I have an UITableViewCells with checkbox and UITableView:
- Cell with checkbox ("Monday")
- Cell with checkbox ("Tuesday")
- Cell with checkbox ("Wednesday")
- Cell with checkbox ("Thursday")
- Cell with checkbox ("Friday")
- Cell with checkbox ("Saturday")
- Cell with checkbox ("Sunday")
After button click i need to get values (what days have been checked?) from that cells.
How to do this correctly?
Aucun commentaire:
Enregistrer un commentaire