Created by: pivotal-csaa-dev
Hello again!
We added a keepBaseline property to the TextField that makes the textField always behave as if it has text in it. As part of debugging this, we ended up refactoring the example code to use AutoLayout, and we ultimately ended up changing how the textField calculates -textRectForBounds:
and -editingRectForBounds:
.