In my app i have UITableview with CustomTableCell. My custom table cell have UITextField in it. When i tap inside the last row in UITableView, keyboard is hiding the Cell that i currently tapped in.
How can I move my entire UITableView up, in order to make visible the cell tapped in.