iPhone 版 Facebook 相似应用
我目前正在开发一款 iPhone 应用程序,该应用程序应该支持 iPhone 版 Facebook 应用程序中的一些功能。
我想支持 UINavigationController,其右上角有一个 UIBarButtonItem,它会打开一个看起来像iPad 上的分屏(或者在按下通知按钮时在 Facebook iPhone 应用程序的图片中看到)。
我遇到的问题是 iPhone 不支持 UISplitScreenController,所以我想知道 Facebook 是如何实现这一点的。
有人知道如何解决这个问题吗?
I'm currently developing an iPhone app that should support some features found in the Facebook App for iPhone.
I want to support a UINavigationController with a UIBarButtonItem on top right, wich opens an overlayer view that looks like a splitscreen on iPad (or seen here in the picture of the Facebook iPhone app when the notifications button is pressed).
The problem I have is that UISplitScreenController is not supported on iPhone, so I wonder how Facebook achieves that.
Anybody has an Idea how to solve that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许他们打开一个顶级的前景 UI 视图,其背景颜色为 100% 透明度。然后画一个方框,将窗口中的三角形区域缩进?
如果你能做到这一点,也许你可以发布代码?
Maybe they Open a top level forground UI View which has 100% Transparency as the Background Color. Then draw a box with the triangle area indented in the window?
If you get this working maybe you could post the code?
所以我自己解决了这个问题。
凭借我出色的 Photoshop 技巧,我设计了一张看起来像 iPad 上 UISplitscreen 背景的图像。然后我添加了一个 UITableView,样式为普通和圆角矩形。
我想我会进一步改进它以使其看起来更好,但实际上我很高兴关于结果:)
So I solved this on my own.
With my awesome photoshop skills i designed an image that looks like the background of the UISplitscreen from iPads. then i added a UITableView, style plain and rounded rects.
I think I'm gonne improve it a little further to give it a better look, but actually I'm quite happy about the result :)