Re: 10.7 Auto Layout re-sizing question

2012-02-23 Thread Kevin Cathey
Jonathan, >viewController = [[RemindersViewController alloc] > initWithNibName:@"RemindersViewController" bundle:nil]; >self.window.contentView = viewController.view; >[[viewController view] setFrame: [myView bounds]]; Did you mean do make the content view of the window the view contr

10.7 Auto Layout re-sizing question

2012-02-23 Thread Jonathan Waddilove
In the past I have managed to add a NSViewController's view to a subView of my window controller, usually something like viewController = [[RemindersViewController alloc] initWithNibName:@"RemindersViewController" bundle:nil]; self.window.contentView = viewController.view; [[viewCont