I have a program that calls Scene with the LANDSCAPE parameter.
Strangely self.bounds returns (on my iPad) 0,0,1024,748 and not 0,0,1024,768 !
If I call Scene without an orientation parameter, the height is correctly 768.
Even when self.bounds[3] is 748, I am still able to draw up to 768!
Is this a bug? If so, is there a workaround?