maxep / MXSegmentedPager

Segmented pager view with Parallax header
MIT License
1.27k stars 252 forks source link

Implementing Scrolling with UITableView #154

Closed agrafiotisA closed 7 years ago

agrafiotisA commented 7 years ago

What I need to do to use the scrolling with UIViewContollers that contain UITableViews or UICollectionViews?

There is as ticket (#6) but I don't understand what I must implement in swift 3. It says to call the loadView of the UIViewController. This must be done where? In the container or the contained one?

There is not some delegate method or something, to not mess with the loadView and changing the view of the controller?

agrafiotisA commented 7 years ago

I really don't know what is wrong with Xcode, but after cleaning derived data it worked correctly and found the scrolling view automatically. Sorry if anyone wasted time on this...