You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in commit b967a18 turning off translatesAutoresizingMaskIntoConstraints causes resizing animation of the text field to no longer animate smoothly.
This could potentially be rectified by performing the resize via constraints rather than by manipulating frame values.
The text was updated successfully, but these errors were encountered:
As mentioned in commit b967a18 turning off
translatesAutoresizingMaskIntoConstraints
causes resizing animation of the text field to no longer animate smoothly.This could potentially be rectified by performing the resize via constraints rather than by manipulating frame values.
The text was updated successfully, but these errors were encountered: