Reputation: 1
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
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