UITextView and UiImageView

2009-07-11 Thread M.S. Hrishikesh
images as well as text to scroll. How do I achieve this? I cannot embed a UIImageView inside a UITextView. I could use a UIWebView but then I would have to change all of my content into HTML format rather than hold it as plain text. Is there an alternative way to to what I want? Thanks

Re: UITextView and UiImageView

2009-07-11 Thread Luke Hiesterman
to be scrollable. When the user scrolls the view images as well as text to scroll. How do I achieve this? I cannot embed a UIImageView inside a UITextView. I could use a UIWebView but then I would have to change all of my content into HTML format rather than hold it as plain text