SDLCarWindowViewController Class Reference

Section Contents

Overview

Note that if this is embedded in a UINavigationController and UITabBarController, it will not lock orientation. You must lock your container controller to a specific orientation.

supportedOrientation

The supported interface orientation you wish to use. Defaults to MaskPortrait.

Objective-C

@property (nonatomic) UIInterfaceOrientation supportedOrientation;

Swift

var supportedOrientation: UIInterfaceOrientation { get set }