summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-01-04 09:32:37 -0500
committerJoel Fischer <joeljfischer@gmail.com>2018-01-04 09:32:37 -0500
commit8b6d8dd7d55bf31a2bd27251008204f9f6b0cf40 (patch)
tree108e03577c5303265192c91b4cc605092c45b296
parent4720668b1bf3b3837cd1a5870a73f71238703512 (diff)
downloadsdl_ios-8b6d8dd7d55bf31a2bd27251008204f9f6b0cf40.tar.gz
Add documentation to SDLCarWindowViewController
-rw-r--r--SmartDeviceLink/SDLCarWindowViewController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLCarWindowViewController.h b/SmartDeviceLink/SDLCarWindowViewController.h
index 589c13eb3..2dac757ca 100644
--- a/SmartDeviceLink/SDLCarWindowViewController.h
+++ b/SmartDeviceLink/SDLCarWindowViewController.h
@@ -8,6 +8,9 @@
#import <UIKit/UIKit.h>
+/**
+ 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.
+ */
@interface SDLCarWindowViewController : UIViewController
@property (nonatomic, assign) UIInterfaceOrientation supportedOrientation;