iOS 7 UITableViewStyleGrouped missing rounded corners and cell row width fill view size

泪湿孤枕 提交于 2020-01-04 09:37:11

问题


UITableViewStyleGrouped does not have rounded corners like in iOS versions <= 6. Is anyone having same problem in iOS 7? My UITableView is all written in code as it is complex. I have had a look at all the changes and guidelines and I cannot see any mention of change to the cell appearance. Where did the corners go?


回答1:


iOS 7 is Borderless. Rounded corners are no longer available in iOS 7. Apple removed this feature. I am currently working with iOS 7 and had a discussion with apple support guys. They confirmed that this is no more supported. You can see the Settings app for an example — the table view there is group style.



来源:https://stackoverflow.com/questions/18946310/ios-7-uitableviewstylegrouped-missing-rounded-corners-and-cell-row-width-fill-vi

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!