frankish
frankish

Reputation: 6826

Horizontal paging in iOS with UITableView like memory design?

enter image description here

Is there a quick and ready way to do this easily or may there be a better way to do something like this?

Upvotes: 0

Views: 1064

Answers (1)

iDeveloper
iDeveloper

Reputation: 221

instead of using tableview you can use scrollview with page control. try using this link :https://github.com/cwalcott/UIScrollView-Paging/tree/buttons

Upvotes: -1

Related Questions