Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这似乎是 iOS 7.1 的一个全新问题,但我注意到包含日期和 ui 选择器的单元格的高度为 ,1.0f但无论如何都显示日期选择器。1.0f图片有点令人困惑,但基本上在每个单元格之后,我都有另一个单元格,其高度200.f在选择“我的一周开始...
1.0f
200.f
这在 iOS 7.0 上运行良好
我相信您可以通过在每个单元格上调用 [cell setClipsToBounds:YES] 来解决您的问题。这将导致单元格停止显示超出其自身范围的任何内容。当然值得一试。
https://developer.apple.com/library/ios/documentation/uikit/reference/uiview_class/uiview/uiview.html#//apple_ref/occ/instp/UIView/clipsToBounds