I have heard that officially VGA output is not supported by iOS 3, unless not for developers. It this true?
Will an app using this be approved by Apple?
thanks
I have heard that officially VGA output is not supported by iOS 3, unless not for developers. It this true?
Will an app using this be approved by Apple?
thanks
External screens are officially supported on iOS 3.2 and above through the UIScreen.screens
; and UIWindow
instances can be assigned to particular UIScreen
. Apple has approved already applications that use it, for example GoodReader for iPad.