Keyboard covering UITextView in Notes App
问题 Hi guys I am making a notes app and I ran into a big problem. I am using a UITextView as the notepad. When the keyboard comes up it blocks some of the text in the UITextView. I have a input accessory view on the UITextView. I tried to find the answer in the internet and can not find a good answer.Any way to fix it? Here is a picture: 回答1: You might want to look at modifying the UITextView's contentOffset and contentInset. UITextField is a UIScrollView subclass after all. 回答2: I decided to