Type "ViewController" does not conform to protocol 'UITableViewDataSource' 요딴 에러가 나면 아래 2가지 기본 함수를 선언안해줘서 그렇다.
func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int
func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell
UITableViewDataSource 소스 참고.
'iPhone Dev' 카테고리의 다른 글
아이폰 외부라이브러리 (0) | 2016.01.26 |
---|---|
[Xcode]키체인 허용버튼이 클릭 안될때 (0) | 2015.12.22 |
[iOS]Xcode SVN import & checkout (0) | 2015.12.16 |
[펌]missing file ~~~ missing from working copy (0) | 2012.07.11 |
ibxml/xmlreader.h 없다는 에러. (0) | 2012.06.08 |