Re: How to add an image well that would bring up the UIImagePickerController?
Re: How to add an image well that would bring up the UIImagePickerController?
- Subject: Re: How to add an image well that would bring up the UIImagePickerController?
- From: Robert Vojta <email@hidden>
- Date: Thu, 17 Jun 2010 12:37:54 +0200
On 17.6.2010, at 12:06, Aayush Arya wrote:
Hallo,
> I know how I would make it bring up the image picker in a modal view controller. That part is easy. But how do I get that graphic to appear to the left of the first row in my table view?
at first, this is Xcode list, not iPhone development. You should use places like devforums.apple.com, iphonesdk.com, etc.
I tried to find some nice solution in the past too, but I ended with ...
- image on the left side is simple UIImage
- row is not UITableViewCell but anything else (UIButton, UIImage, ...) which do emulate UITableViewCell behavior
( you have to prepare UITableViewCell graphics, disclosure indicators, etc. )
... and all this is placed in a separate view, which is attached to your UITableView as tableHeaderView. There are probably better ways, but as it wasn't important for me, I was fine with this solution.
Regards,
Robert _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden