如何在vfr阅读器中创建2个横向页面?用代码

时间:2013-02-05 08:16:00

标签: 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;
}

0 个答案:

没有答案