Course Overview
Documenting your code in iOS 10:
Proper documentation of the code is one of the most important part of creation of an app. No matter how well-written the code is, if there’s lack of a good documentation accompanying it, future troubles it’s possible to arise.
Through this training we are going to learn how to document your code in iOS 10 app.
We have covered following topics;
- What is code documentation
- Why do documentation is required?”
- Documenting an Objective-C code (practical)
- Documenting an Swift code (practical)
Target Customers:
- Students
- Professionals
- Anyone who wants to learn about documenting code (Objective-C and Swift)
Pre-Requisites:
- Basics of Xcode
- Basics of Swift 3