XCodeSnippy
Custom XCode Snippets for day to day use.
How to use the code snippets in XCode?
Copy all the files from CodeSnippets folder to ~/Library/Developer/Xcode/UserData/CodeSnippets and then quit and restart XCode.
After starting XCode you can use the following shortcut instead of typing the entire code.
| Shortcut | Description |
|---|---|
| lg | For NSLog |
| pm | For #pragma mark |
| slton | For Singleton |
| tbl | Tableview Datasource And Delegate Methods |