0

I wanted to do a simple pagination inside a UIScrollView and within each page will have a TableView. For now, my first page always loaded with a UITableView, and how can I replicate it to another page too?

Is there any references link for this?

4

1 回答 1

2

检查 ATPagingView :https://github.com/andreyvit/SoloComponents-iOS

我想做你似乎想做的事,而 ATPagingView 帮助我实现了它:)

尝试演示项目,并DemoViewController替换self.pagingView.horizontal = NO;self.pagingView.horizontal = YES;以获取水平分页而不是垂直分页

希望这可以帮助!

于 2012-09-11T06:49:21.197 回答