cocoa touch - Multiple rounded-corner rows per UITableView section -


i know if create uitableview grouped sections , 1 row per section, each row rounded corners, need more 1 row per section, each row still having rounded corners. how do that?

you can manipulate cell's calayer property

#import <quartzcore/quartzcore.h>  [cell.layer setcornerradius:5.0f]; [cell.layer setmaskstobounds:yes]; [cell.layer setborderwidth:2.0f]; 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -