Codigami / CFAlertDialog

MIT License
224 stars 47 forks source link

CFAlertActionStyle.NEGATIVE and CFAlertActionStyle.Cancel has different values #26

Open zalesak opened 5 years ago

zalesak commented 5 years ago

CFAlertActionStyle.POSITIVE for Android has value 1 CFAlertActionStyle.Cancel for IOS has value 1

so if you using this with nativescript and has one script for IOS and Android,you take runtime assert error . It will be nice to have the same values for same meaning...

zalesak commented 5 years ago

ah sorry... for android it is CFAlertActionStyle.DEFAULT