is it possible to add images in between the text view in iphone
I'm developing an application. It consists of notes and images also. I'm unable to find the best way of coding to add images and 开发者_运维知识库text together.
I want to add the images between the textview and after that, the text has to continue. Is it possible to do like this?
You will probably be better to use a webview and load in some static html from the application unless you particularly need textviews, in which case look at holding things in UITableView
精彩评论