The question is simple, how can I prevent a Large Title Navigation Bar from collapse when a scrollview scrolls down?
My navigation must have a large navigation bar a
To prevent the large tile nav bar from collapsing simply add a second view to your UIViewController in the viewDidLoad method.
view.addSubview(UIView())
For whatever reason, this breaks the link between your the UIScrollView and the nav bar.