MultipleDetailViews 示例代码中圆角消失
我使用 UISplitViewController 来根据根视图中的选择显示多个详细视图。首先,我使用了 MultipleDetailsViews 示例代码。
当我将 iPad 旋转到横向模式并在 RootViewController 上选择 DetailView 时,内部圆角(位于 RootView 和 DetailView 之间的分隔符旁边)消失。
这发生在苹果开箱即用的示例应用程序中!
我该怎么做才能阻止内角消失?
I'm using an UISplitViewController to show multiple detailViews depending on the selection in the root view. To get started I used the MultipleDetailsViews sample code.
When I rotate the iPad to landscape mode and select a DetailView on the RootViewController the inner rounded corners (next to the separator between the Root- and DetailView) disappear.
This happens in Apples sample app out of the box!
What can I do to stop the inner corners from disappearing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来 iOS 4.2.1 修复了模拟器和设备上的问题。
Looks like iOS 4.2.1 fixed the problem in the simulator and on the device.