Re: UITextView and UiImageView
Re: UITextView and UiImageView
- Subject: Re: UITextView and UiImageView
- From: Luke Hiesterman <email@hidden>
- Date: Sat, 11 Jul 2009 06:44:44 -0700
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@hidden>
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@hidden)
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:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden