Re: UIView not loading

2011-05-03 Thread Matt Neuburg
On Tue, 03 May 2011 20:34:42 +1000, Brian Bruinewoud said: >What I'm trying to do: >In a popover, I have buttons >On touching a button, a subview will be created in the main view of the screen >(that is, beneath the popover) >UIViewController *newRoom = [[ Room alloc ] initWithNibName: @"Roo

UIView not loading

2011-05-03 Thread Brian Bruinewoud
Hi All, This has got me annoyingly stumped. What I'm trying to do: In a popover, I have buttons On touching a button, a subview will be created in the main view of the screen (that is, beneath the popover) What's not happening: The view isn't being instantiated For debugging purposes, I've imp