在 iOS7中 uiscrollview 不可以滑动问题

在 viewdidlayoutsubview 中设置它的 content size

-(void)viewDidLayoutSubviews

{

    scrollView.contentSize = CGSizeMake(0,540);

}


你可能感兴趣的:(scrollview,scrollview,不可以,iOS7中,iOS7中,的滑动)