简体   繁体   中英

iOS drag & drop for UIPageControl

Is there a way to implement for iOS a drag and drop behavior for a custom icon located in the first page of a UIPageControl to the second page (like moving icons from iPhone's home screen to a different page)?

Thanks.

UIPageControl is only a controller to display dots to indicate the number of scrollable pages in UIScrollView .

You need to use UIScrollView and using UIScrollViewDelegate .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM