Norbert Joo
Results
2
comments of
Norbert Joo
I think I had the same issue. Changing if (offset > 0) into if (offset >= 0) inside - (void)brc_setContentOffset:(CGPoint)contentOffset seems to fix the issue.
So I am using a constraint for the height of the text view, and I am using [self.textView sizeThatFits:self.textView.frame.size] to find the necessary height. It seems that somehow this is...