I was able to auto rate the view based application, but not window based application. When I google, I do get information for view based application only.
Tnx in advance Shan
I was able to auto rate the view based application, but not window based application. When I google, I do get information for view based application only.
Tnx in advance Shan
listen for the UIDeviceOrientationDidChangeNotification
then you need to manually manage:
easiest is to just add a UIViewController and let it do it for you