I need to change the position of UIButton dynamically. I do this in cellForRowAtIndexPath:. I alter the frame of the button in that method. The change is not di
cellForRowAtIndexPath:
Call setNeedsDisplay with your UITableViewCell object.
setNeedsDisplay
UITableViewCell
[cell setNeedsDisplay];
in cellForRowAtIndexPath: