GrowingTextView
GrowingTextView copied to clipboard
Should use CGFloat instead of float for height in delegate methods
Sizes of things in Apple API always use CGFloat, but the -growingTextView:willChangeHeight:
and -growingTextView:didChangeHeight:
take float
for some reason.