I have a UITabBar. In the first tab, I have a UINavigationController. Within that navigation controller, after a couple of UIVIewController are pushed onto the stack, there's a UIViewController in which the user can use their finger to sign.
I want this to be in Landscape mode. How can I force my the phone to turn into landscape? In that signature view controller, I implement supported orentiations function and return landscape right but still nothing happens.
Thanks.