Advertisement
Guest User

bonso

a guest
Jun 8th, 2017
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.38 KB | None | 0 0
  1. let alert = UIAlertController(title: "benc", message: "Akat błąd tego typu", preferredStyle: .alert)
  2.         let a = UIAlertAction(title: "w jakm sensie tego typu?", style: .default, handler: nil)
  3.         let b = UIAlertAction(title: "benc", style: .default, handler: nil)
  4.         alert.addAction(a)
  5.         alert.addAction(b)
  6.         self.present(alert, animated: true, completion: nil)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement