#author("2017-01-16T15:38:47+09:00","default:wikiwriter","wikiwriter") &tag(UITableViewCell); *目次 [#c3a219b9] #contents *参考情報 [#r35d168d] -[[UIKit]] *Tips [#e244c955] **選択できないようにする。 [#p4c52363] cell.selectionStyle = UITableViewCellSelectionStyleNone; **内部にUILabelを置き高さを可変にする [#b2aec5b0] -[[[iPhone] UITableViewCell の高さを表示する内容によって変える方法 | Sun Limited Mt.:http://www.syuhari.jp/blog/archives/2097]] **SMS風の吹き出しを表示する [#e9f99ef4] -[[SMS Bubble UI in iPhone Apps | mobiForge:http://mobiforge.com/developing/story/sms-bubble-ui-iphone-apps]] -[[UITableView SMS Style Bubbles [Archive] - Mac Forums:http://forums.macrumors.com/archive/index.php/t-529118.html]] -http://stackoverflow.com/questions/351602/creating-a-chat-bubble-on-the-iphone-like-tweetie *デフォルトのサイズは? [#y4a1f319] -行の高さは44。アイコンの高さは40。 -行の高さをカスタマイズしたときは90%ぐらいのサイズにするのが最適?