tristanhimmelman / HidingNavigationBar

Easily hide and show a view controller's navigation bar (and tab bar) as a user scrolls
MIT License
1.03k stars 127 forks source link

Upgrade to Swift 4 #64

Closed jeffaburt closed 7 years ago

jeffaburt commented 7 years ago

After merging this PR, please create a 2.0.0 tag:

cd HidingNavigationBar/
git checkout master
git pull origin master
git tag 2.0.0
git push origin 2.0.0

Then, send an update to CocoaPods, that way we can just run pod update HidingNavigationBar and get all of the Swift 4 goodies:

pod trunk push

Thanks!

tristanhimmelman commented 7 years ago

Thank you very much for handling the migration 👍