Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // get the AppDelegate object
  2. let appDelegate = UIApplication.shared.delegate as! AppDelegate
  3. // call the function storePersonInfo from AppDelegate
  4. appDelegate.storePersonInfo(identification: Int(identification.text!)!, surname: surname.text!, givenName: givenName.text!, dateOfBirth: dateOfBirth.date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement