Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (Autor.text.isEmpty) {
- let alert = UIAlertView()
- alert.title = "Nevyplnené pole"
- alert.message = "Musíš vyplniť všetky polia."
- alert.addButtonWithTitle("Ok")
- alert.show()
Advertisement
Add Comment
Please, Sign In to add comment