How to
model 생성
tableView Cell ⇒ Selection: None = 상호작용없음 (셀 선택시 회색화면 X)
- datasource protocol
- delegate protocol
Using Custom cell, Design
make bubble message
- create cocoa touch file (UITableViewCell) in View Folder
- [x] Also create XIB file (.xib: design관련파일) 체크
User interaction Enabled
해당 기능을 체크해제하면 상호작용(셀을 선택했을 때, 회색 바탕의 깜빡임)이 없어짐
Cell 을 Reuse할 때 주의점
장점