Try using a UIScrollView and adding various UITextViews and UIImageViews as subviews to the content view of the scrollview.

It's a little tedious and depending on what you're doing a web view might be better.

Hope that helps.

Luke

Sent from my iPhone.

On Jul 11, 2009, at 3:24 AM, "M.S. Hrishikesh" <[email protected]> wrote:

This is a question related to UIKit. Sorry if I am posting to the wrong list. I did not find a more appropriate list at
http://lists.apple.com/mailman/listinfo


The question:

I want to display both text and images in my view. I want the content 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. Is there an alternative way to to what I want?

Thanks
Hrishi
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/luketheh%40apple.com

This email sent to [email protected]
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to