I want show UITableView, but i want use it with Page Control. For example if user change page i show other data(on the same table).
I know i can change data and reload table after click on Page Control. But I want aslo change data when i scrolling horizontal and i wish it looks like i slide to other table. I don’ t know how start it ?
I want sth like that(but rather with plain table): 
How i can start it ? Maybe there are any open source examples for it ?
Create an UIScrollView with paging, look here:
http://www.iosdevnotes.com/2011/03/uiscrollview-paging/
Then just create an UITableView in each subview (page)