I am making a normal view where users can update their profiles. I followed these steps to make that view
Created a new UIViewController
UIViewController
Set delayContentTouchesProperty to YES for UIScrollView. This would let you scroll if you touch contents of UIScrollView. You can do it either programmatically or from storyboard.