i am working on the Remote Desktop protocol in this i facing a lot of Problem.
You guys are really good and help me in many critical situation .
My problem Goes like this:-
If i click on any button to connect to RDP after that if i wants to rotate the Device it is not happing
i made shouldAutorotateToInterfaceOrientation Yes ,still the same
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return YES;
}
In the info.plist file under the array “Supported interface orientations”, you could add this:
Hope this helps!