Using a UIView in the source code
Using a UIView in the source code
- Subject: Using a UIView in the source code
- From: Rodrigo Zanatta Silva <email@hidden>
- Date: Wed, 15 Dec 2010 17:56:26 -0200
I want put a .xib view file created in Interface Builder to display over the camera in a object property, like:
UIView *cameraOverLayView
So, I read a lot of good articles:
http://stackoverflow.com/questions/863321/iphone-how-to-load-a-view-using-a-nib-file-created-with-interface-builder
http://stackoverflow.com/questions/2648299/how-to-load-a-uiview-from-a-nibThe 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;
There are something wrong?
_______________________________________________
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