I have a simple UIViewController which contains an UIView (main), an UIScrollView, and an UIImageView (in the scrollview)
- UIView
- UIScrollView
- UIImageView
I just want to show the imageView in full screen (it contains a picture) and to set the navigation bar translucent style, but the imageView appears displaced just when navigationBar ends, not below with a translucent effect.
How I have to configure the components (UINavigationBar, UIScrollview, UIImageview?
EDITED: Removed intermediate UIView