标签: ios
我想在vfr阅读器中创建2个横向页面
if (theScrollView.frame.size.width == 1024) { viewRect.size = CGSizeMake((theScrollView.frame.size.width/2), theScrollView.frame.size.height); } else{ viewRect.size = theScrollView.bounds.size; }