Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想实现一个类似于下面屏幕截图的模态视图。
当用户按下选项卡栏(帮助)按钮时,我希望视图显示显示多页帮助屏幕中的第一页,页面控制点用于通过左右滑动手势进行顺序导航以导航到每个帮助页面.
令人惊讶的是,额外的研究会产生什么。找到了使用 UIScrollView 和 UIPageControl 来实现类似功能的示例。