Y Yellowstone2012 macrumors regular Original poster Feb 3, 2011 108 0 Jul 9, 2011 #1 I would like to know if its possible to load a NIB inside a Custom View via a NSViewController.
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Jul 9, 2011 #2 Assuming the nib contains a view that is made accessible by the view controller then yes, you can easily add that view as a subview of any other view.
Assuming the nib contains a view that is made accessible by the view controller then yes, you can easily add that view as a subview of any other view.
Y Yellowstone2012 macrumors regular Original poster Feb 3, 2011 108 0 Jul 9, 2011 #3 robbieduncan said: Assuming the nib contains a view that is made accessible by the view controller then yes, you can easily add that view as a subview of any other view. Click to expand... Thanks. Its possible to switch ViewControllers via button clicks, right? Is there any information surrounding this topic? Thanks.
robbieduncan said: Assuming the nib contains a view that is made accessible by the view controller then yes, you can easily add that view as a subview of any other view. Click to expand... Thanks. Its possible to switch ViewControllers via button clicks, right? Is there any information surrounding this topic? Thanks.