iPhone Native Objects

Hi

I’m sorry I don’t know the ‘correct terminology’ for this, but how can I access and make use of native iPhone (cocoa?) UI screens, buttons and the like.

For example:

or On/Off buttons…

I have the keyboard functioning okay - just wasn’t sure what else was available?

I have some options in the game that I’d like to use the ‘native’ iPhone On/Off button for just for in a pop up box.

Cheers for any advice!

Bump!

so noone can help… at all?

Right now there is no way to access the cocoa native objects.
There is an example here you can check out:
http://technology.blurst.com/a-cocoa-based-frontend-for-unity-iphone-applications/

Hope this helps.

Unity is a 3D engine, and native objects are used in a way that doesn’t really lend itself to mixing with the 3D part.

–Eric