简体   繁体   中英

Swipe-able views iOS

I am looking for a framework where you can add n number of views to some sort of view controller, set the order of the views and they will be able to be navigated through using a swipe to the left or right.

Does something like this exist for iOS 4 and 5?

UIScrollView with paging turned on. Or you could do a UITableView and set a rotation transform on it and its cells.

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