如何制作类似 Twitter for Mac 顶栏或 GitHub 的顶栏?
我正在制作一个应用程序,发现 Twitter 有这种浏览视图的样式(如 iOS UINavigationController):
< img src="https://i.sstatic.net/oXA7B.png" alt="在此处输入图像描述">
是否有任何控件可以模拟该行为?
I'm making an app and seen that twitter has this style for navigating through views (like iOS UINavigationController):
Is there any control that emulates that behavior?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 PXNavigationBar,它具有这种面包屑导航栏。
然而,关于这种特定类型的控制,我可能是错的,但我认为这是 Chameleon 的一部分项目(由 GitHub for Mac 应用程序使用)和/或 TwUI(Twitter for Mac UI)。
Take a look PXNavigationBar, it features this kind of breadcrumb navigation bar.
However, about this specific type of control, I might be wrong, but I think this is part of the Chameleon project (used by the GitHub for Mac app) and/or TwUI (Twitter for Mac UI).