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?
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?
检查 ATPagingView :https://github.com/andreyvit/SoloComponents-iOS
我想做你似乎想做的事,而 ATPagingView 帮助我实现了它:)
尝试演示项目,并DemoViewController
替换self.pagingView.horizontal = NO;
为self.pagingView.horizontal = YES;
以获取水平分页而不是垂直分页
希望这可以帮助!