I have a mobile number on my view controller and using that mobile number I want to redirect the user to the Add Contact screen (Address Book).
Please note that I don't want to fill other fields (name, image and all) in background, just redirect the user to add a contact screen with a contact number where they can edit and save it accordingly.
Note: the problem is that I just started Swift and I'm actually from an Android background and I don't have an idea if there is any actions with intents just like this in Swift too.