Hitarth2000

Results 2 comments of Hitarth2000

Thanks @georgesteiner I have done changes as per your suggestion and its working fine now.

I have resolved this. Instead of below line. [[[UIApplication sharedApplication] keyWindow] addSubview:_notificationView]; you can use this line to resolved the issue. MosaicAppDelegate \* appd = (MosaicAppDelegate*) [[UIApplication sharedApplication]delegate]; [appd.window addSubview:_notificationView];...