Cancel Button uses style Cancel

This allows you to tap outside of the popup to cancel
This commit is contained in:
tellowkrinkle
2018-01-18 20:10:40 -06:00
committed by GitHub
parent 466ec98ccc
commit 3fba3fa71b
+1 -1
View File
@@ -1599,7 +1599,7 @@
}]];
[currentAlert addAction:[UIAlertAction actionWithTitle:[NSBundle mxk_localizedStringForKey:@"cancel"]
style:UIAlertActionStyleDefault
style:UIAlertActionStyleCancel
handler:^(UIAlertAction * action) {
if (weakSelf)