Posts by Clara Frazão • 23 points
2 posts
-
0
votes2
answers68
viewsQ: Make disappear buttons based on login
I have the problem in changing Toolbar buttons (Barbutton Items) depending on whether you are logged in or not. Tableviewcontroller: - (void)viewDidLoad { [super viewDidLoad]; User *userObj = [[User…
-
2
votes1
answer79
viewsQ: Tableview, delete cell but not section
I have a View table where I would like to delete the cells from the sections and if it is the last one, instead of deleting the section as well, I would like you to add a new cell with a new string:…