uitableview - Ios 7 speed dial cell style -
i want create uitableview cells have circle image , text in circle image. should draw every circle , text in it? there cell style this? saw apple did in phone->speed dial
you can use uibutton/uiimageview according requirement. make component circle should set corner radius.
object.layer.cornerradius = 40; object.clipstobounds = yes;
Comments
Post a Comment