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.
有没有办法为 iOS 实现将位于 UIPageControl 第一页的自定义图标拖放到第二页的行为(例如将图标从 iPhone 的主屏幕移动到不同的页面)?
谢谢。
UIPageControl只是一个控制器,用于显示点以指示可滚动页面的数量UIScrollView。
UIPageControl
UIScrollView
您需要使用UIScrollView和使用UIScrollViewDelegate.
UIScrollViewDelegate