I am working on a Reader Project, currently I am parsing the XML file and converted as an attributed string and I render it in CoreText (Used apple Sample Code).
The XML file size is above 6 MB. The texts are rendered correctly, but I can't render the images and Tables (like html tables).
At the same time I need to manage the performance. I have tried UITextView
also, but it only displays quarter amount of texts only, after that the text disappears.
Is there any other technology to render texts, images, and tables?
P.S - The Client doesn't want UIWebView
.
When working on such large files, you may display data in several times. Here are several solutions:
Hope this helps!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With