开发者

Titanium: Is there any way at all of displaying text and images together inline without using a webview?

开发者 https://www.devze.com 2023-03-24 14:27 出处:网络
I have a block of text and images together as such: Lorem ipsum etc etc [AN IMAGE HERE] Lorem ipsum etc etc

I have a block of text and images together as such:

Lorem ipsum etc etc [AN IMAGE HERE] Lorem ipsum etc etc

Now I want to display this in my app in the same way (images inline with text). It seems the only way to do that is with a webview, but my app has about 20 such text areas and putting 20 webviews seems rediculous just for a text/image combo.

Is this simple task do-able in any way outside of a webview??

thanks!

**edit sorr开发者_JAVA百科y, im new and SO wont let me post an actual image to demonstrate, but you get the idea I hope


you need to use two labels ;)


You can use 2 labels and an imageView in the middle.

0

精彩评论

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