I have three textifleds that I am using to append data into a struct. How can I print what I appended? Right now I am getting a error message.
import UIKit cla
print(ViewController.Person) is wrong
print(ViewController.Person)
Please use:
print(contacts.last)