#import <MicroStrategyMobileSDK-Swift.h>
◆ dismissControllerWithController:()
| - (void) dismissControllerWithController: |
|
(UIViewController *_Nullable) |
controller |
|
Dismiss the controller
- Parameters
-
| controller | the controller to dissmiss |
◆ dismissControllerWithController:animated:completion:()
Dismiss the controller
- Parameters
-
| controller | the controller to dissmiss |
| animated | should use animation. default value is true. |
| completion | the completion closure. |
◆ OBJC_DESIGNATED_INITIALIZER()
| - (nonnull instancetype) OBJC_DESIGNATED_INITIALIZER |
|
|
|
◆ showControllerWithController:animated:completion:()
| - (void) showControllerWithController: |
|
(UIViewController *_Nonnull) |
controller |
| animated: |
|
(BOOL) |
animated |
| completion: |
|
(void(^)(void)) |
completion |
|
|
| |
Show the controller in a new window
- Parameters
-
| controller | the controller to show |
| animated | should use animation. default value is true. |
| completion | the completion closure. |
◆ showControllerWithController:shouldBeDismissed:shouldDismissOtherWindow:modalViewBackgroundColor:animated:completion:()
| - (void) showControllerWithController: |
|
(UIViewController *_Nonnull) |
controller |
| shouldBeDismissed: |
|
(BOOL) |
shouldBeDismissed |
| shouldDismissOtherWindow: |
|
(BOOL) |
shouldDismissOtherWindow |
| modalViewBackgroundColor: |
|
(UIColor *_Nonnull) |
modalViewBackgroundColor |
| animated: |
|
(BOOL) |
animated |
| completion: |
|
(void(^)(void)) |
completion |
|
|
| |
Show the controller in a new window
- Parameters
-
| controller | the controller to show |
| shouldBeDismissed | should this controller be dismissed when another controller show. default value is true. |
| shouldDismissOtherWindow | should dismiss other controller when this controller show. default value is false. |
| modalViewBackgroundColor | the modal view background color, default value is UIColor.black.withAlphaComponent(0.1). |
| animated | should use animation. default value is true. |
| completion | the completion closure. |
◆ SWIFT_WARN_UNUSED_RESULT() [1/2]
◆ SWIFT_WARN_UNUSED_RESULT() [2/2]
| - (UIViewController * _Nullable) SWIFT_WARN_UNUSED_RESULT |
|
|
|
◆ windowLevel
◆ windows
◆ windowsDic