I am new to objective-C programming.
I am using UIScrollView with some labels, image and text view on it.
I have turned off Autolayout and already tried wit
Swift 3.0
self.automaticallyAdjustsScrollViewInsets = false scrollView.contentInset = UIEdgeInsets.zero scrollView.scrollIndicatorInsets = UIEdgeInsets.zero; scrollView.contentOffset = CGPoint(x: 0.0, y: 0.0);