GrowingTextView icon indicating copy to clipboard operation
GrowingTextView copied to clipboard

Should use CGFloat instead of float for height in delegate methods

Open newacct opened this issue 9 years ago • 0 comments

Sizes of things in Apple API always use CGFloat, but the -growingTextView:willChangeHeight: and -growingTextView:didChangeHeight: take float for some reason.

newacct avatar Apr 03 '15 23:04 newacct