标签: ios swift3 xcode8
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { // #warning Incomplete implementation, return the number of rows return (list.items?.count)! }
我尝试使用此代码显示列表中的项目数。