e.g as you are watching the tableView having cell with plus Button, when I press that button it hides the current button but when I scroll the tableview Some other button on other customCells are also get hide but I didn’t hide them. please help me out. How to fit this problem.

i’ll do it as follow:
first you have to track the button’s state:
Shown
or
Hidden
this is done by holding the state in an NSMutableArray
in the
viewDidLoadmethod add the followingthen in your
tableView:cellForRowAtIndexPathdo the following