Andrew
Andrew
I've had same issue :(. It happen after setAttributedText: was called.
I have found problem in my code: ``` ObjC CGPoint contentOffset = _textInputView.growTextView.internalTextView.contentOffset; [_textInputView.growTextView.internalTextView setScrollEnabled:NO]; _textInputView.attributedText = attributedText; /* some code .... */ _textInputView.growTextView.internalTextView.contentOffset = contentOffset; [_textInputView.growTextView.internalTextView setScrollEnabled:YES]; ``` Save...
Next lines: else{ textToMeasure = [[NSMutableAttributedString alloc] initWithString:internalTextView.text]; [textToMeasure addAttribute:NSFontAttributeName value:internalTextView.font range:NSMakeRange(0, textToMeasure.length)]; }
RingBuffer lies in other project, I think you should ask there. Also I can't find such lines. I've found inside [Novocaine.h ](https://github.com/bartolsthoorn/NVDSP/blob/e430cd4b3ea82ef955343bf7abc73036b559da4e/Examples/NVDSPExample/Novocaine/Novocaine.h): ``` #ifdef __cplusplus extern "C" { #endif #ifdef...
@googlebot I signed it!