I've got an list with objects in a TableView. The list with objects is being loaded from an external .plist on a server. Now I'd like to get that when the cells in the TableView are tapped they become another colour (green) and when finished tapping cells you can press a button which sends the tapped cells(the names of the objects) to an email address or a server, so the owner of the app can see which objects were selected.
Can anyone help me (or point me in the right direction) on how to make this?
Can anyone help me (or point me in the right direction) on how to make this?