Helpful Swift 5.7 code snippets to use in all your Xcode projects.
- Open Finder and type
cmd + shift + G
- Paste ~/Library/Developer/Xcode/UserData/CodeSnippets/ and press "Go" button
- The folder* will open, paste all the .codesnippet files
- Restart Xcode
*If the folder doesn't exists create it.
- Type
snippet
and access the code snippets you just added
snippetAddObserver Add observer
snippetAdhoc Checking for build scheme
snippetAdhocOnly Checking if the build scheme is ADHOC
snippetAlert Present alert or action sheet with two default actions
snippetMark Simple MARK with a placeholder to complete
snippetMarksModel MARKs for models
snippetMarksUIViewController MARKs for UIViewController
snippetPostObserver Post observer
snippetSingleton Generic singleton class
snippetWarning Useful as a reminder to yourself or others that some work is incomplete.