Reputation: 1619
I have a full screen UIScrollView, in which I place my UIImageView (subview). But when I connect this Controller with my UINavigationController, the image in it gets pulled down (the same height as the bar).
Tried the following:
self.edgesForExtendedLayout = UIRectEdgeNone;
Also tried to reset frame position or offset. Nothing helps.
Upvotes: 1
Views: 93