简体   繁体   English

iOS7 UITableViewCell组

[英]iOS7 UITableViewCell Group

在此处输入图片说明

iOS7 and iOS6 UITableView's style(UITableViewStyleGrouped) is different;iOS7 I set cell.layer.borderWidth, middle row too thick.I want iOS7 and iOS6 UITableView's style(UITableViewStyleGrouped)is same.How can I do? iOS7和iOS6 UITableView的样式(UITableViewStyleGrouped)不同; iOS7我将cell.layer.borderWidth设置为中间行太粗。

By definition, iOS7 and iOS6 don't have the same design... 根据定义,iOS7和iOS6的设计不同。

If you want the same design for both, you need to create a design which doesn't rely on the "iOS Design" itself. 如果两者都需要相同的设计,则需要创建一个不依赖于“ iOS设计”本身的设计。

If you just need to change the separator height, go here : How to increase the UITableView seperator height? 如果只需要更改分隔符的高度,请转到此处: 如何增加UITableView分隔符的高度?

Look & Feel are different in iOS 7 so, the user wants a different layout. 在iOS 7中,外观与感觉有所不同,因此用户希望使用不同的布局。 If you set the same layout for iOS 6 and iOS 7 does not make sense because you give the impression that the app aren't optimized for iOS 7. 如果您为iOS 6和iOS 7设置了相同的布局,则没有任何意义,因为您会给该应用程序未针对iOS 7进行优化的印象。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM