ios - CoreText with images -


I want to use core text in UIView and then want to text around the image like below.

For example.

  bai iaa aa aaaaaaa aaaaaaaa aaaaaaa   

I need something where "IMG" is an image..and the text starts with "B" ..

Thank you ..

If you look here:

This does exactly what you want but uses UIWebView instead of CoreText.

Comments