Guest User

Untitled

a guest
Apr 27th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if (Autor.text.isEmpty) {
  2. let alert = UIAlertView()
  3. alert.title = "Nevyplnené pole"
  4. alert.message = "Musíš vyplniť všetky polia."
  5. alert.addButtonWithTitle("Ok")
  6. alert.show()
Advertisement
Add Comment
Please, Sign In to add comment