简体   繁体   English

可滑动查看的iOS

[英]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. 我正在寻找一个框架,您可以在其中添加n个视图到某种视图控制器中,设置视图的顺序,并且可以使用向左或向右滑动来浏览它们。

Does something like this exist for iOS 4 and 5? iOS 4和5是否存在类似的内容?

UIScrollView with paging turned on. 启用分页的UIScrollView。 Or you could do a UITableView and set a rotation transform on it and its cells. 或者,您可以执行UITableView并对其及其单元格设置旋转变换。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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