I am trying to use UIAlertController. I need a popup box with two buttons-“Cancel” and “Delete and Exit”. But I can only see “Delete and Exit” Button instead of cancel button. This is the code: –
Tag: UIALERTCONTROLLER
iPad – Why does UIALERTCONTROLLER in iOS7 receive NIL values?
Why is it good that UIAlertController in iOS7 needs to be presented but receives nil value when working on iOS8. Maybe I know that is because iOS7 does not support UIAlertController class?
UI