This application allows you to register the user to this app, see the list of registered users and you can update there information or delete them.
- It allows to store the profile image of the user in the Core Data (in binary format)
- It allows you to choose the date of birth from the give custom DatePicker
- It allows you to choose the country from the given list of countries in PickerView
- It displays all the list of registered user in the TableView with customized TableCellView
- It allows you to select the user from the list and update the information for them
- Added animations on appearance of country picker view in registration form which is a ScrollView
- All the registered users are stored in CoreData.





