My app is reading JSON from server to show content for users. I have different values in this JSON: date, title, image, text content etc. Right now content is a plain text without markup that is placed into TextView. It is not so pretty and i can't use images in it.
What is the best way to send and show text with markup in iOS app?