Re: How to specify the superview in the Interface Builder?

2010-06-12 Thread Henry McGilton
to manage the screen full of content shown in the custom view? On Jun 4, 2010, at 12:53 PM, ico wrote: I have created a custom view in the Interface Builder, how can I specify the superview for this custom view? For example, I want to make its superview be UIWindow rather than another custom

Re: How to specify the superview in the Interface Builder?

2010-06-11 Thread ico
in the custom view? On Jun 4, 2010, at 12:53 PM, ico wrote: I have created a custom view in the Interface Builder, how can I specify the superview for this custom view? For example, I want to make its superview be UIWindow rather than another custom view. 1) Yes, it is IB designed custom view

How to specify the superview in the Interface Builder?

2010-06-04 Thread ico
Hi all, I have created a custom view in the Interface Builder, how can I specify the superview for this custom view? For example, I want to make its superview be UIWindow rather than another custom view. Thanks. ico == Life isn't about finding yourself. Life is about

Re: How to specify the superview in the Interface Builder?

2010-06-04 Thread jeremy
created a custom view in the Interface Builder, how can I specify the superview for this custom view? For example, I want to make its superview be UIWindow rather than another custom view. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

Re: How to specify the superview in the Interface Builder?

2010-06-04 Thread glenn andreas
On Jun 4, 2010, at 11:53 AM, ico wrote: Hi all, I have created a custom view in the Interface Builder, how can I specify the superview for this custom view? For example, I want to make its superview be UIWindow rather than another custom view. Then drag a UIWindow from the library and put