dimanche 8 juillet 2018

Closure expression is unused

**Closure expression is unused. Can any one help me with this code I cant put multiple else with if statement **

override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
    if catagory == "Tools"{
        return mensProducts.count
    }else{
    return mensProducts.count
    }else{



    }
}

Aucun commentaire:

Enregistrer un commentaire