mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2024-12-22 16:25:13 +07:00
update swift DocC
This commit is contained in:
parent
3fb2edccea
commit
9326baa8b1
@ -100,6 +100,7 @@ apple developer tutorial video link update
|
||||
- [KVO](#KVO)
|
||||
- [KVC](#KVC)
|
||||
- [Singleton](#Singleton)
|
||||
- [Swift DocC](#swift-DocC)
|
||||
- [Code Structuring](#code-structuringarchitecture)
|
||||
- [MVC](#MVC)
|
||||
- [MVP](#MVP)
|
||||
@ -513,6 +514,13 @@ class SingletonPattern {
|
||||
<a href="#-content">Back to Content</a>
|
||||
</p>
|
||||
|
||||
## Swift DocC
|
||||
Swift-DocC is a documentation compiler for Swift frameworks and packages aimed at making it easy to write and publish great developer documentation.
|
||||
|
||||
Simple goes to Product-Build Documentation and DocC will open
|
||||
|
||||
[Swift DocC Apple Github](https://github.com/apple/swift-docc)
|
||||
[DocC Tutorial for Swift : Getting Started](https://www.kodeco.com/34919511-docc-tutorial-for-swift-getting-started)
|
||||
|
||||
## Code Structuring(Architecture)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user