-(void)viewDidLoad
{
[scroller setScrollerEnabled:YES];
[scroller setContentSize:CGSizeMake(100, 1000)];
[super viewDidLoad];
work 100% before check auto layout when i check auto layout and add a imagesView,button and more the scroll is dosen't work any more, if I remove autolayout is work good again
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…