You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add this to a subclassed UITableViewCell. I add the button in initWithCoder and set a temp title.
Now in cellForRowAtIndexPath I need to set the title depending on the row. Is there a method to change the title of the buttons once they've been created?
Thanks
The text was updated successfully, but these errors were encountered:
I am trying to add this to a subclassed UITableViewCell. I add the button in initWithCoder and set a temp title.
Now in cellForRowAtIndexPath I need to set the title depending on the row. Is there a method to change the title of the buttons once they've been created?
Thanks
The text was updated successfully, but these errors were encountered: