I have a UIView like iPhone\'s Springboard. I have created it using a UIScrollView and UIButtons. I want to disable horizontal scrolli
UIView
UIScrollView
UIButtons
Use this single line.
self.automaticallyAdjustsScrollViewInsets = NO;