I have a tableView.It exists from half portion of iPhone screen to bottom.If I click any cell a
popup comes up from bottom. When it appears on the screen table should move up,So that popup does
not overlap on tableView.
Can anyone suggest How to do this.
Thanks in Advance.
Set,
If you want it animated, use,
You can also use table view’s scrollToRowAtIndexPath:atScrollPosition:animated: method.