[已解决]Swift中虽已实现UITableViewDataSource的必须的函数但仍报错:Type does not conform to protocol UITableViewDataSource
crifan 9年前 (2015-11-19) 3821浏览 0评论
很是奇怪: 此处已经实现了对应的UITableViewDataSource中的函数: func tableView(tableView: UITableView, numberOfRowsInSection section: Int) ...