I have a UIScrollView that shows vertical data, but where the horizontal component is no wider than the screen of the iPhone. The problem is that the user is still able to drag
Try setting scrollView.bounces to NO and scrollView.alwaysBounceVertical to YES.