This has some FAQs and quick shortcuts but you should look at this documentation starting from this page.
How do I add a section?
Use \section{Section Name} and/or \subsection{Subsection Name} in its own line. For example:
This has some FAQs and quick shortcuts but you should look at this documentation starting from this page.
How do I add a section?
Use \section{Section Name} and/or \subsection{Subsection Name} in its own line. For example:
| // This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. | |
| // Created by Fares K. Alaboud on 13/01/2016. | |
| // faresalaboud.me | |
| import UIKit | |
| extension NSDate { | |
| func addToDate(measurement: DateComponent, number: Int) -> NSDate { | |
| let dateComponents = NSDateComponents() |