In one of my viewController
, I want to make an alert box
appear that prompts the user
to type this information.Then, I want the user to store this input using NSUserDefaults
. How can I achieve this?
Thank you in advance!
In one of my viewController
, I want to make an alert box
appear that prompts the user
to type this information.Then, I want the user to store this input using NSUserDefaults
. How can I achieve this?
Thank you in advance!
SWIFT 3
Check this out:
In swift 3