wimagguc / ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+
Other
1.66k stars 394 forks source link

alertView doesn't show in real machine equipment #77

Closed liuchunlao closed 8 years ago

liuchunlao commented 9 years ago

thanks for your Library iOS-custom-alerview . it runs well in The simulator,but the alertView doesn't appear in real machine equipment(iPhone 6),and i Revised one line of code in CustomIOSAlertView.m

[[[[UIApplication sharedApplication] windows] lastObject] addSubview:self];

everything is ok now, so I think this maybe a small bug.