Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear input when we are adjusting frame
This resolves issue venmo#76 When we are laying out subviews, we were already passing NO for adjustFrame. When we are reloading data, we were already passing YES for adjustFrame. It turns out that when we are not adjustingFrame, we do not want to clear the user-entered text, so reuse this boolean to keep from clearing the user text.
- Loading branch information