Esqarrouth / EZSwipeController

:point_up_2: UIPageViewController like Snapchat/Tinder/iOS Main Pages
MIT License
842 stars 71 forks source link

UITableViewController? #46

Closed HackShitUp closed 7 years ago

HackShitUp commented 7 years ago

Can you initialize a UITableViewController in the ESwipeController?

Esqarrouth commented 7 years ago

yes, you can do any uiviewcontroller subclasses

HackShitUp commented 7 years ago

OMG YES, how would I be able to do that? My problem is a little unique though. So I have an array of objects (undetermined number, n) that is appended. Then, in viewDidLoad of the parent view controller for EZSwipeController, I loop through the objects to determine which view controller is appended. I got it to work, but it crashes because of something with the navigation bars.

HackShitUp commented 7 years ago

@goktugyil

HackShitUp commented 7 years ago

Oh fuck never mind, it works!!! Thank you! @goktugyil