开发者

is it possible to add images in between the text view in iphone

开发者 https://www.devze.com 2023-01-31 09:13 出处:网络
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'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

0

精彩评论

暂无评论...
验证码 换一张
取 消