gontovnik/DGElasticPullToRefresh

On iOS 11 this library doesn't work anymore.

paul-piro opened this issue · 4 comments

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

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()

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

Working for me if I use SWIFT_VERSION = 3.2

+Bragegs solution works, thanks for sharing