开发者

How do i make Custom Cell as RoundRect Shape

开发者 https://www.devze.com 2022-12-15 23:44 出处:网络
I have a problem with Custom Cell. I have开发者_高级运维 added a Custom Cell in header view of table. I want to make Something same like in iPhone Contact Application, When you Click Edit or + button

I have a problem with Custom Cell.

I have开发者_高级运维 added a Custom Cell in header view of table. I want to make Something same like in iPhone Contact Application, When you Click Edit or + button.

Custom cell added Successfully but it Shows in Rectangle, rather than in form of Round Rect Shape.

So need your help. Please Let me know the Solution.

Looking forwards.

Thank YOu,

Arun Thakkar.


I think you're looking for the Grouped UITableView style. You can set the style of the table view in interface builder very easily. If you are trying to do it programmatically you can set the style property to UITableViewStyleGrouped

0

精彩评论

暂无评论...
验证码 换一张
取 消