tableView prototype cell 부분을 보여주지 않으려면
2016. 7. 6. 12:48ㆍProgramming/Swift
반응형
- Remove empty space before cells in UITableViewRemove empty space before cells in UITableView
http://stackoverflow.com/questions/18906919/remove-empty-space-before-cells-in-uitableview
override func viewDidLoad() { super.viewDidLoad() self.automaticallyAdjustsScrollViewInsets = false // Do any additional setup after loading the view, typically from a nib. } |
반응형
'Programming > Swift' 카테고리의 다른 글
[ERROR] Error : *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Receiver (ViewController) has no segue with identifier ‘loginView'' (0) | 2016.07.06 |
---|---|
[ERROR] fatal error: unexpectedly found nil while unwrapping an Optional value (0) | 2016.07.06 |
UUID 와 UDID (0) | 2016.07.05 |
AppIcon 검은색 테두리 (0) | 2016.06.22 |
viewWithTag (0) | 2016.06.21 |