CocoaPods
https://github.com/EmilYo/HSDatePickerViewController
You should do the following:
- Read about Cocoa pods and understand what that is.
- Create a branch from develop called feature/cocoa_pods
- Install cocoa pods on your Mac.
- Integrate cocoa pods with your project.
- Include 1 third-party library in podfile -
HSDatePickerViewController
. Link to it is provided. - Modify the existing application, so Employee entity contains dateOfBirth field of Date type. You should add corresponding field to detail and create view controllers. In create controller
HSDatePickerViewController
should be used to pick a date. - Create a pull request from your branch to develop.
You should be able to answer the following questions:
- What is a third-party library?
- What are cocoa pods? What are they used for?
- Are there any other options to link a third-party library with a project?
- If you update a podfile, how can you apply the changes?