What is the accepted way to use a TextField for data entry and updates?
I want to create an address view where the addresses are stores in CoreData and can be presented to the user for updates. I have views that allow users to add new addresses, but am having trouble with updates.