SkyFloatingLabelTextField icon indicating copy to clipboard operation
SkyFloatingLabelTextField copied to clipboard

Fix `intrinsicContentSize`

Open mluisbrown opened this issue 4 years ago • 0 comments

Currently, if no frame or auto layout constraints are set, intrinsicContentSize.width is always zero, which is a bug.

In a standard UITextField, intrinsicContentSize.width is wide enough to display the placeholder text. SkyFloatingLabelTextField should also have the same minimum, and not just be zero.

mluisbrown avatar Jul 02 '20 11:07 mluisbrown