How to implement such a view
How to implement such a view
- Subject: How to implement such a view
- From: ico <email@hidden>
- Date: Thu, 13 Jan 2011 14:47:48 +0800
Hi, everyone,
Greeting.
I need to display some long text, and the text have some images with it. If
I want to display these image beside, and in the middle of the text (not
above, not below), how can I implement this view? Also it has one more
requirement which is the event handling. User tap on the image, image will
be display large enough to fit the full application frame, and the
background is black with certain alpha value. When user tap on the text,
another event will happen. And the app should allow user to select text to
deal with copy paste feature as well.
Do I have to use UIWebView? I guess UITextView not possible to deal with
this task.
Suppose I use UIWebView as solution, another problem is the event handling,
how can I detect the event, that is how do I know what user is tapping?
Image or text, or he wants to do selection, copy and paste?
Thank you.
--
==========================
Life isn't about finding yourself.
Life is about creating yourself.
_______________________________________________
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