Skyscanner / SkyFloatingLabelTextField

A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
Apache License 2.0
4.09k stars 540 forks source link

Fix `intrinsicContentSize` #320

Open mluisbrown opened 4 years ago

mluisbrown commented 4 years ago

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.