Re: Using a UIView in the source code
Re: Using a UIView in the source code
- Subject: Re: Using a UIView in the source code
- From: David Dunham <email@hidden>
- Date: Wed, 15 Dec 2010 12:31:18 -0800
On 15 Dec 2010, at 11:56, Rodrigo Zanatta Silva wrote:
> I want put a .xib view file created in Interface Builder to display over the
> camera in a object property, like:
> The biggest problem was: How I connect the main view in an outlet in
> interface builder. I really try a lot of thing, but don`t work. LIke, this
> is my outlet:
>
> @property (nonatomic, retain) IBOutlet UIView *imagemPorCimaCamera;
Pass the object with imagemPorCimaCamera as the owner. Set its class in File's Owner IB.
David Dunham A Sharp, LLC http://a-sharp.com
_______________________________________________
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