Blur and background updates

This commit is contained in:
Ali
2021-05-18 19:30:41 +04:00
parent f1ce92f480
commit 99dc1a8743
80 changed files with 800 additions and 432 deletions

View File

@@ -733,9 +733,6 @@
range.location = range.location + range.length - 1;
range.length = 1;
[self.textView scrollRangeToVisible:range];
CGPoint bottomOffset = CGPointMake(0, self.textView.contentSize.height - self.textView.bounds.size.height);
//[self.textView setContentOffset:bottomOffset animated:NO];
}
#pragma mark - Keyboard