show all tabs with scrolling option (on screen there should be only 4 tabs)(显示所有带有滚动选项的标签(屏幕上应该只有 4 个标签))
问题描述
我是 iOS 开发的新手.到目前为止我所做的如下.
I am newbie for iOS development. What I have done so far is as below.
- 创建新项目
- 移除所有控制器并添加视图控制器.
- 在
ViewController
中拖入 - 在
ScrollView
中拖动 - 在
Tab Bar
中拖拽了7个Tab Bar Item
.
ScrollView
Tab Bar
- Created New Project
- Removed all controller and added View Controller.
- Dragged
ScrollView
inViewController
- Dragged
Tab Bar
inScrollView
- Dragged 7
Tab Bar Item
inTab Bar
.
现在,当我执行这个项目时,屏幕上的所有 7 个选项卡都看起来不太好.所以我计划首先只显示 4 个选项卡,如果用户水平滚动它,用户可以滚动并查看其他选项卡.
Now when I execute this project, I have all 7 tabs on screen which is not looking good. So what I am planning is display only 4 tab at first and if user scroll it horizontally, user can scroll and see rest tabs.
所以,我想要实现的是以编程方式在 ScrollView
中设置一些参数,它只会显示前 4 个选项.
So, what I want to achieve is programmatically set some parameter in ScrollView
that it will display only first 4 options only.
对此有什么想法/建议吗?
Any idea/ suggestion on this to be done?
推荐答案
我认为这个可能更适合这种情况.与 KLHorizontalSelect 相反,它有点旧(一年没有在 master 分支上提交?)而且我没有使用它的经验,但它可能会解决你的问题:InfiniTabBar.
I think this one may be even more adapted to the situation. Contrary to KLHorizontalSelect, it's kind of old (no commit on the master branch for a year ?) and I have no experience with it, but it may solve your problem : InfiniTabBar.
描述很短:
带有无限项空间的滚动标签栏
A scrolling tab bar with space for infinite items
<小时>
也许你可以看看这个控件:KLHorizontalSelect.
它是这样的:
我不认为它看起来完全符合您的要求,但我认为它工作原理几乎符合您的预期.也许你可以从事设计工作?
I don't think it looks exactly as you want, but I think it works almost as what you're expecting. Maybe you can work on the design ?
这篇关于显示所有带有滚动选项的标签(屏幕上应该只有 4 个标签)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:显示所有带有滚动选项的标签(屏幕上应该只有
基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01