余白を表示したい。

   UIEdgeInsets inset = UIEdgeInsetsMake(10.0, 0, 0, 0);
   scrollView.contentInset = inset;

最終更新:2011年10月07日 18:28