-
Notifications
You must be signed in to change notification settings - Fork 148
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
Issue when the view controller's view is tableView/collectionView #31
Comments
The default implementation of the You can, however, always override the |
This might be able to be fixed by using the It seems that, in order to handle odd little corner cases like this, it is safer to use a privately managed container view, rather than relying on the |
In fact, rather than adding the views for the states to the |
I've pushed some changes to master that allow for better support of UITableViewController and UICollectionViewController (thanks @AnthonyMDev). |
Hi Awesome project, but we have an issue when the view of the UIViewController is an UITableview
(example below)
so it adds the loadingView/emptyView inside of the tableView
The text was updated successfully, but these errors were encountered: