UITextView光标在中间的问题

if ([self respondsToSelector:@selector(setAutomaticallyAdjustsScrollViewInsets:)]) {

        self.automaticallyAdjustsScrollViewInsets =NO;

    }

原文地址:https://www.cnblogs.com/niit-soft-518/p/5083524.html