Unable to add a subview above UIImageView.
Unable to add a subview above UIImageView.
- Subject: Unable to add a subview above UIImageView.
- From: Lakshmie Narayan Viswanathan <email@hidden>
- Date: Tue, 29 Sep 2009 20:34:04 -0700
All,
I am new to iPhone programming and I am having a tough time to figure
out how things work. I have a MainWindow.xib where I have connected to
RootViewController. Now I added a UIView to the controller and then an
ImageView under it. I have another xib called Search which has a
UIview and two text fields under it. Search is connected to a
controller called SearchViewController (File owner). Now under the
RootViewController.m in the viewDidLoad method, I want to add a
subview on top of the view (which currently displays an Image). How do
I do this? insertSubView aboveSubView throws a warning irrespective
whatever I try to provide in the aboveSubView. addSubView seems to
add the view but I get a white screen.
Please help!!! I am getting a little frustrated over this.
- Lakshmie
_______________________________________________
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