2010年9月14日火曜日

UITableView

●ボーダー線を消す
http://stackoverflow.com/questions/286332/how-do-i-remove-the-borders-of-a-uitableview
tableView.separatorColor = [UIColor clearColor];

●背景色を変更する

●セクションの色を変える
http://osuban.jp/devdi/?p=134

●横スライドで削除ボタン等を表示させない方法
http://stackoverflow.com/questions/3684909/how-to-disable-slide-to-delete-for-a-uitableview

0 件のコメント: