scrollview滚动

//这个可以滚动到最后一行

    [self.textView scrollRangeToVisible:NSMakeRange(self.textView.text.length, 1)];

    self.textView.layoutManager.allowsNonContiguousLayout = NO;

你可能感兴趣的:(scrollview滚动)