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.
有人可以指出我如何让页面控制器显示这样的导航符号的正确方向吗?
我无法很好地描述它,并且在互联网上找不到太多相关信息。任何事情都会很棒,谢谢!
这很可能是一个自定义 UIPageController。
或者您可以在页面控件的左侧添加一个 UIImageView,当您尝试滑动时,将该图像视图设置为突出显示,您将获得相同的效果。
这是一个自定义页面控件,DDPageControl
https://github.com/ddeville/DDPageControl