How do I see which cell is selected in a UITableView? I'm just trying to do something simple, but I kinda forgot how to do it. :D Anyway, could some one help me? I want it to be an "if" statement such as:
if (/*The first cell got selected*/) {
self.label.text = @"Hello!"
}
Could someone fill out the commented space?
Thanks