Library Mobile API Reference for iPad  MicroStrategy 2019
UIAlertController+Window.h
Go to the documentation of this file.
1 //
2 // UIAlertController+Window.h
3 // MicroStrategyMobile
4 //
5 // Created by Zhou, Wenshan on 10/26/15.
6 // Copyright © 2015 MicroStrategy Inc. All rights reserved.
7 //
8 #import <UIKit/UIKit.h>
9 
11 
12 - (void)showAlert;
13 - (void)showAlert:(BOOL)animated;
14 - (void)showAlertOnNewWindow;
15 
16 - (void)showFromBarButtonItem:(nonnull UIBarButtonItem *)item animated:(BOOL)animated;
17 - (void)showFromRect:(CGRect)rect inView:(nonnull UIView *)view animated:(BOOL)animated;
18 - (void)showInView:(nonnull UIView *)view;
19 
20 - (BOOL)isDuplicateAlert;
21 
22 // return the parent view controller which isn't alert controller, used to present new view controller under alter
23 - (nullable UIViewController *)parentViewControllerIsNonAlertController;
24 
25 @end
nullable UIViewController * parentViewControllerIsNonAlertController()
Definition: UIAlertController+Window.h:10