I need the UIAlertView to have the same title as the cell that opened it. I already have an NSArray of names. So, for example, if I open a cell named White, the UIAlertView should have the title White. There has to be a specific AlertView title for every cell opened.
I already tried implementing the self.(name of array) method which doesn’t seem to work when I do it.
Any help would be appreciated. Thank you
This should help you: