Dil-Domine Leonares
Dil-Domine Leonares

Reputation: 1

Scroll UITableView to next table view then stop - SWIFT iOS8

I'm trying to create an app that utilizes the fullscreen as the card for the UITableView but I want to swipe up and down to the next card but stop not keep scrolling. I'm using Swift instead of Objective-C.

Upvotes: 0

Views: 132

Answers (1)

matt
matt

Reputation: 535121

That sounds more like a paged UIScrollView or a UIPageViewController, either of which I would suggest is far better for it than a table view.

Upvotes: 1

Related Questions