Instagram 使用什么 UI 框架?
我有兴趣了解 Instagram 使用的 UI 框架。想知道是否有人可以启发我。
任何对此的建议将不胜感激!
珍
I am interested to find out what UI Framework Instagram is using. Was wondering if anyone can enlighten me on that.
Any advise on this will be greatly appreciated!
Zhen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与大多数 iOS 应用程序相同的 UI 框架,Cocoa Touch。他们刚刚定制了许多控件。以下是有关如何进行类似自定义的一些信息:
带有中心凹凸的 UITabBar
自定义 UITabBar 通知
自定义UINavigationBar
滚动图片列表类似SSToolkit 的 SSCollectionView< /strong>
The same UI framework as most iOS apps, Cocoa Touch. They've just customized many of the controls. Here's some information on how to do similar customization:
The UITabBar with the center bump
The custom UITabBar notifications
The custom UINavigationBar
The scrolling picture list is similar to SSToolkit's SSCollectionView