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: Aayush Arya <email@hidden>
- Date: Thu, 17 Jun 2010 17:53:55 +0530
On 17-Jun-2010, at 4:07 PM, Robert Vojta wrote: at first, this is Xcode list, not iPhone development. You should use places likedevforums.apple.com, iphonesdk.com, etc.
Oh, I apologise. I figured that since Xcode is the IDE for iPhone application development, questions of this nature would be fair game. So this is just for Mac development, huh?
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.
It is complicated but sounds achievable. What’s the harm in making the row part of another UITableView object though, one separate from the main table view? I would assume that’s how Apple must have done it as well.
But this whole thing is way too complicated. I think I’ll pass.
Thanks for the help.
--
Regular Contributor, Macworld
|
_______________________________________________
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