Custom XCode Snippets for day to day use.
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 |