「 UITableViewCell 」 一覧
UIButtonのappearanceで派生する色設定
2014/11/27 | Tips appearance, UIBarButtonItem, UIButton, UITableViewCell
以下のコードでUIButtonのappearanceでBackgroundColorの設定をすると、背景色の設定を一括で行えて嬉しいのですが、UIBarButtonItemやUITableViewCe
UITableViewCellのロングタップ
2014/02/23 | Tips UIGestureRecoginizer, UITableView, UITableViewCell
UITableViewCellをロングタップしたときに、タップされたセルを認識しつつメニューを出したい時の手順。 (1)セルごとにGestureRecoginizerを設定するのではなく、UIT
UITableViewのセクションヘッダをStoryboardで作る時の参考
2014/02/23 | Tips Storyboard, UITableView, UITableViewCell
UITableViewのセクションヘッダをカスタムして作る際に、セルと同様にプロトタイピングするための記事。 UITableViewCell.contentViewはUIViewなんだから、それを使