On iOS 11 this library doesn't work anymore.
paul-piro opened this issue · 4 comments
paul-piro commented
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 commented
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 commented
I update the lib for swift 4 it's amazing here :D
crspybits commented
Working for me if I use SWIFT_VERSION = 3.2
alejandroluengo commented
+Bragegs solution works, thanks for sharing