help me please, when I add this line of code:
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
// #warning Incomplete implementation, return the number of rows
return (list.items?.count)!
}
I'm trying with this code to display number of items in list.