views:

58

answers:

2

Hi there,

Using the latest SDK from Apple, I noticed that while running on the iPhone works fine, the iPad version of my application doesn't "accept clicks" on any view/widget that is outside the "bounds" of the standard iPhone screen.

Any idea?

Thanks,
Reuven

A: 
KennyTM
using the latest SDK, I can't find the upgrade for iPad option.Where is it hiding?
Reuven
Like I said, this answer doesn't help me in the context of the SDK I have - I don't see this option...
Reuven
@Reuven: Right click on the Target, choose "Upgrade current target for iPad".
KennyTM
A: 

OK - found it...

All I needed to do was to open MainWindow.xib in Interface Bulder, and in the Window Attributeds palette, to check "Full Screen at Launch".

Reuven