Search code examples
objective-ciosuitableviewuiscrollviewuipagecontrol

UIPageControl with UITableView


I want a page control(UIPageControl) on a view (UIViewController) with table view(UITable) on each page. Is it possible? If YES then HOW?


Solution

  • Create UITableView in CellForRowAtIndexPath and then create the UIScrollView which you can add to UITableView and attach your UIPageControl on UIScrollView.