2013年5月28日火曜日

UITableVIewのスクロールを無効にする

UITableVIewのスクロールを無効にする方法をメモで。

やり方

プロパティを以下のように弄るだけです。
(UITableView*)tableView.scrollEnabled = NO;
scrollEnabledプロパティをNOにします。

参考記事

How to disable scrolling in UITableView table when the content fits on the screen - Stack Overflow

0 件のコメント:

コメントを投稿