You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is easy to reproduce:
1.) make the tableview in JPBParallaxTableViewController an Outlet and machete public
2.) Add TableView to the example storyboard and connect it to the Outlet
3.) Add 0 top, left, right and bottom margins to the TableView using Constrains
4.) run the example
@Urkman Since this lib adds the tableview to the scroll view you can't add it to the view in the Storyboard. To work around this setup your storyboard with your tableview till everything is the way you like then drag the tableview up a leave so that it isn't contained in the view. Then create a IBOutlet to your tableview and return that tableview in the content view method like what is shown in the example.
Hello,
I don't get it to work with a storyboard TableView and AutoLayout :(
I did some debugging and the _contentView always has a sizeof 0.0...
Any help on this?
Thanks,
Urkman
The text was updated successfully, but these errors were encountered: