Make sure you set the .text value to nil in prepareForReuse when using UITextView within a Cell. In my case not setting UITextView.text to nil somehow caused some inconsistency issues regarding "pos" when pasting text, leading to a crash.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: