summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-12-13 11:01:19 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-12-13 11:01:23 -0500
commitdb530d00e105fca277d32a61ee262dc83469c656 (patch)
tree7fcdda7c66895efdc21d8fc69a6fdaeecb1829b7
parent43089746131b08ba459aa2fc6851e1f0206580cf (diff)
downloadsdl_ios-db530d00e105fca277d32a61ee262dc83469c656.tar.gz
Add some missing documentation
-rw-r--r--SmartDeviceLink/SDLStreamingMediaManager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaManager.h b/SmartDeviceLink/SDLStreamingMediaManager.h
index 23e56f85b..a22d67793 100644
--- a/SmartDeviceLink/SDLStreamingMediaManager.h
+++ b/SmartDeviceLink/SDLStreamingMediaManager.h
@@ -30,6 +30,9 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (nonatomic, strong, readonly) SDLTouchManager *touchManager;
+/**
+ This property is used for SDLCarWindow, the ability to stream any view controller. To start, you must set an initial view controller on `SDLStreamingMediaConfiguration` `rootViewController`. After streaming begins, you can replace that view controller with a new root by placing the new view controller into this property.
+ */
@property (nonatomic, strong) UIViewController *rootViewController;
/**