In HTML, with CSS, you can do "float" for images, just like

The image is surrounded by text.
How to do it WITHOUT UIWebView ?
I can not use UIWebview because
UIWebView has a slight delay after loading HTML. Its contents are not displayed immediately, and not as UILabel or UIImage
The image is loaded async, so I need a white space holder with rotation UIActivityView
Is it possible that I'm just using UIImageView and UILabel to do a float ?
thanks
iphone css-float
Jackson tale
source share