Creating Custom UIAlertController using UIWindow in Ios

Updated 14 December 2016

Save

UIAlertController

 

 

When we use UIAlertController   then we require view controller to present, if it is not there it will not work or if  launched without getting present view then it is not possible to remove from view controller  so on that time UIWindow is used to  create the custom alert controller . it will run on the top root of the window .

 

hwm5u

 

To Launch :—

Ex :  UIWindow *currentWindow = [UIApplication sharedApplication].keyWindow;

[className  alertController:currentWindow];

To Remove :—

if([currentWindow viewWithTag:121212])
[[currentWindow viewWithTag:121212] removeFromSuperview];

 

 

 

 

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home