objective c - Forcing UIViewController in Landscape -
i have uitabbar. in first tab, have uinavigationcontroller. within navigation controller, after couple of uiviewcontroller pushed onto stack, there's uiviewcontroller in user can use finger sign.
i want in landscape mode. how can force phone turn landscape? in signature view controller, implement supported orentiations function , return landscape right still nothing happens.
thanks.
tab bar controllers support portrait orientation default , not rotate landscape orientation unless of root view controllers support such orientation.
so sayeth tab bar controllers , view orientation.
Comments
Post a Comment