Skip to content
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

On iOS 11 this library doesn't work anymore. #76

Open
paul-piro opened this issue Sep 26, 2017 · 4 comments
Open

On iOS 11 this library doesn't work anymore. #76

paul-piro opened this issue Sep 26, 2017 · 4 comments

Comments

@paul-piro
Copy link

Hi,

The library doesn't work anymore on iOS 11, when a table is pulled to refresh the spinner doesn't show and when the refresh is done all the table goes under the navigation bar.

Thanks

@Bragegs
Copy link

Bragegs commented Sep 27, 2017

Having the same issue.. But these settings magically makes it work:

self.navigationController?.navigationBar.isTranslucent = false
self.navigationController?.navigationBar.setBackgroundImage(UIImage(), for: .default)
self.navigationController?.navigationBar.shadowImage = UIImage()

@ahmedsafadii
Copy link

I update the lib for swift 4 it's amazing here :D

@crspybits
Copy link

Working for me if I use SWIFT_VERSION = 3.2

@alejandroluengo
Copy link

+Bragegs solution works, thanks for sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants