UIScrollView in iOS 6
问题 Recently i've downloaded Xcode 4.5(iOS 6),but when tried to continue one of my projects i noticed that the UIScrollView isn't working properly,let me explain more clearly: I've created the UIScrollView and added the initialized it using the following code: -(void)viewDidLoad{ [mainScrollView setScrollEnabled:YES]; mainScrollView.contentSize = CGSizeMake(480, 0); [super viewDidLoad]; } After i opened my XIB and linked the mainScrollView to a UIScrollView,after i added some UIButton's to the