CR: fixup false->NO

This commit is contained in:
Michael Kirk 2018-07-03 10:20:17 -06:00
parent a27ee19f4e
commit 2b7fc4c942
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN
// we are simultaneously resizing the text view, this can cause the
// text in the textview to be "too high" in the text view.
// Solution is to disable animation for setting content offset.
[super setContentOffset:contentOffset animated:false];
[super setContentOffset:contentOffset animated:NO];
}
- (void)setContentInset:(UIEdgeInsets)contentInset