I find that if I depend on the automatic 'scroll to visible' functionality associated with a UITableView, cells on the very bottom of the view often don't come completely into view over the keyboard. I want to push them up a bit farther. The problem is that this mechanism is automatic in several cases ... and explicitly moving things seems to get overridden at times.
I find that if I depend on the automatic 'scroll to visible' functionality associated with a UITableView, cells on the very bottom of the view often don't come completely into view over the keyboard. I want to push them up a bit farther. The problem is that this mechanism is automatic in several cases ... and explicitly moving things seems to get overridden at times.