I was wondering if it is possible to get the name of a UILabel (not the text).
Something like this:
if([label.name is equalToString:key]){
//do something
}
I know label.name doesn't exist but maybe there is something equivalent. How can I do this?