uitableview1 [ iOS 9.x -> iOS 10 ] dequeueReusableCellWithIdentifier, dequeueReusableCell UITableView 에서 dequeueReusableCellWithIdentifier 함수를 통해서 데이터를 다시 불러와 cell 화면을 구성합니다. iOS 10에서는 사용법이 다음과 같이 바뀌었습니다. [출처] ios UITableView Cell을 dequeueReusableCellWithIdentifier 통해서 조회할때 항상 nil ???|작성자 달망망이 iOS 9.x override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell { let cell = self.tableView.dequeueReusableCellWithIdentifier("Attractio.. 2016. 11. 29. 이전 1 다음