Hello,
In iOS with UIAlertController you can set many action with:
[alert addAction:action];
[alert addAction:action2];
[alert addAction:action3];
Etc...
Here apparently only two action (one is cancel). Is there a way to have only a list of buttons with this cool design?
Hello, In iOS with UIAlertController you can set many action with: [alert addAction:action]; [alert addAction:action2]; [alert addAction:action3]; Etc... Here apparently only two action (one is cancel). Is there a way to have only a list of buttons with this cool design?