I am using storyboard with auto layout, scene contains UITextView with some text in it, you can see in following image:
But whenever i move to this scene in running application, it would be like following:
I have researched it a lot and tried following code, even then it not worked for me:
[self.scrollView setContentOffset:CGPointZero animated:NO];
Any help would be appreciated.