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
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