UISegmentedControl 就像 AppStore 应用程序中一样
在类别选项卡中选择类别后,如何才能像 AppStore 应用程序中那样获得 UISegmentedControl
(我认为是一个)。
我指的不是导航栏上的 UISegmentedControl,而是导航栏下方的 UISegmentedControl(参见屏幕截图)。
https://i.sstatic.net/jnY7a.png
更新: 我刚刚发现这个问题:如何将 UISegmentedControl 放在 NavigationController 下?< /a>
它有帮助,但我的问题主要集中在如何获得与 AppStore 具有相同设计的 UISegmentedControl
How can I get a UISegmentedControl
(I think it is one) like in the AppStore app after you chose a category in the categories tab.
I do NOT mean a UISegmentedControl
on a navigation bar but underneath a navigation bar (see screenshot).
https://i.sstatic.net/jnY7a.png
update:
I just found this question: How to put a UISegmentedControl under a NavigationController?
It helps but my question mainly focuses on how to get a UISegmentedControl
with the same Design as in the AppStore
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
既然您询问其设计,请检查此链接: UITableView 的范围栏,例如应用商店?
我不久前问过这个问题,并得到了一些很好的答案。
我希望它对你也有用。
祝你好运。
Since you're asking about its design, check this link: Scope Bar for UITableView like App Store?
I asked that question a while ago and got some great answers.
I hope it can be useful to you too.
Good luck.