I want a page control(UIPageControl) on a view (UIViewController) with table view(UITable) on each page. Is it possible? If YES then HOW?
Create UITableView
in CellForRowAtIndexPath
and then create the UIScrollView
which you can add to UITableView
and attach your UIPageControl
on UIScrollView
.