-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UITableViewController only #14
Comments
I'd suggest to replace viewController.view with this function:
|
or even better by providing a view for each controller, so that for example UINavigationController can be embedded and therefore Instagram gallery picker effect can be achieved! That would make the library even cooler!! |
Thank you for your advice. |
works like a charm! Great work! |
Thank you for your nice comment! |
Is there a way how to use also UIViewController with embedded UITableView or UIScrollView the same way as UITableViewController?
The header responds only to this class so far..
The text was updated successfully, but these errors were encountered: