I have a short setup process in my app and I create an NSManagedObject to store name and other details of an individual, however during this setup I don't want to save the object until the user presses 'Done' right at the end of the setup (just incase they cancel the setup for whatever reason).
So is it possible to keep hold the object holding my info for a short time until the end of the setup process without actually saving it into CoreData?