I have a large RTF file filled with text that when placed into a UITextView ends up scrolling slowly. Im looking to break up the text so that it renders just enough and only when needed (Similar to a UITableView).
I've seen posts about tiling but all of them pertain to Images.
How can I render the text from the RTF file so that only the text on screen and soon to be on screen are loaded into memory while everything else is released, hopefully leading to smoother scrolling.