In order to update an existing Git submodule execute: (You might need permissions from Owner)
git submodule update --remote --merge
iOS Programming Basic Swift
- 1. A Simple iOS Application
- 2. The Swift Language
- 3. Views and the View Hierarchy
- 4. Text Input and Delegation
- 5. View Controllers
- 6. Programmatic Views (MapView)
- 7. Localization
- 8. Controlling Animations
- 9. Debugging
- 10. UITableView and UITableViewController
- 11. Editing UITableView
- 12. Subclassing UITableViewCell
- 13. Stack Views
- 14. UINavigationController
- 15. Camera
- 16. Saving, Loading, and Application States
- 17. Size Classes
- 18. Touch Events and UIResponder
- 19. UIGestureRecognizer and UIMenuController
- 20. Web Services
- 21. Collection Views
- 22. Core Data
- 23. Core Data Relationship
- 24. Accessibility
- 25. Afterword