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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -