UISplitView 控制器修改和人机界面指南
我正在尝试自定义 split vew 控制器的位置,希望将 UISplitView 向下移动 200 像素,以便放置横幅。我设法通过在我的应用程序委托中创建一个 CGFrame 并在此框架中绘制 Splitview 来做到这一点。
熟悉应用程序商店批准的人可以告诉我这是否会成为问题,以及是否有任何解决方法可以让我重新定位分割视图?除了此处找到的解决方案之外,还有其他解决方案吗?
http://blog.carbon Five.com/2011/03/09/abusing- uiviewcontrollers/
谢谢
I'm trying to customize the location of my split vew controller, wanting to shift the UISplitView down by 200 pixels, in order to place a banner. I managed to do this by creating a CGFrame in my app delegate, and drawing the The Splitview in this frame.
Can someone who's familiar with the App store approval let me know if this will be an issue, and if there are any workarounds that will let me reposition the splitview? Are there any other solutions other than the one found here.
http://blog.carbonfive.com/2011/03/09/abusing-uiviewcontrollers/
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经看到这样丑陋的东西已经有一段时间了,苹果似乎并没有抱怨它们......
你可以使用分割视图的另一种实现,这也许会让你更容易地破坏分割视图,是这样的: http://mattgemmell.com/2010/07/31/mgsplitviewcontroller-for-ipad
I've been seeing ugly things like that for quite some time now, and Apple seems not to complain about them....
Another implementation of the Split View you can use, that maybe makes it easier for you to shitf the split view, is this: http://mattgemmell.com/2010/07/31/mgsplitviewcontroller-for-ipad