Swift开发教程--实现UITableView报错does not conform to prot
通过实践,要是把下面三个协议方法都实现了就不会报错了。另外还需要注意!的问题。 functableView(tableView:UITableView,numberOfRowsInSectionsection:Int)->Int{ } functableView(tableView:UITableView,cellForRowAtIndexPathindexPath:NSIndexPath)->