Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reset the autoresizing mask when the view is recycled
Summary: Autoresizing mask is a native property of iOS views. When a veiw is created anew, the default value is `UIViewAutoresizingNone`. Libraries might create code that update this property and we need to make sure that it is reset when the view is recycled. This should close: facebook#42732 ## Changelog: [iOS][Changed] - Reset the autoresizing mask to `UIViewAutoresizingNone` when the view is recycled. Differential Revision: D54263847
- Loading branch information