AI-generated Key Takeaways
-
GCKUIUtils is a class in the Google Cast SDK for iOS that provides user interface utility methods.
-
It includes a method to retrieve the currently active view controller.
-
It provides a method to format a time interval as a string in MM:SS or H:MM:SS format.
Overview
User interface utility methods.
- Since
- 3.0
Inherits NSObject.
Class Method Summary | |
(UIViewController *__nullable) | + currentViewController |
Returns the currently active view controller, by navigating through the view controller hierarchy beginning with the root view controller. More... | |
(NSString *) | + timeIntervalAsString: |
Formats a time interval in MM:SS or H:MM:SS format. More... | |
Method Detail
+ (UIViewController *__nullable) currentViewController |
Returns the currently active view controller, by navigating through the view controller hierarchy beginning with the root view controller.
+ (NSString *) timeIntervalAsString: | (NSTimeInterval) | timeInterval |
Formats a time interval in MM:SS or H:MM:SS format.