Is there a way to remove UTableCell?
Basically I have two UIButtons and two Custom UITableCell
and depending on what button is pressed I want to display the Custom UITableCell
Once the UIViewController is loaded, it displays one of the Custom UITableCell.
What I want to do is when the second UIButton is pressed to remove the first UITableCell and display the other one.
Is there a way to remove UTableCell? Basically I have two UIButtons and two
Share
*and do whatever you want to do with cell *