Is it still possible to customize the navigation bar on ScrollViewDidScroll now?
ScrollViewDidScroll
For example:
Change it using:
self.navigationController?.navigationBar.isTranslucent = False
And remove:
self.navigationController?.navigationBar.setBackgroundImage... self.navigationController?.navigationBar.shadowImage = UIImage()
Then modify the barTintColor when user scrolls.
barTintColor
Change it using:
And remove:
Then modify the
barTintColor
when user scrolls.