Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 458 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 458 Bytes

🛠️ Xcode Snippets

Helpful snippets for Xcode!

Installation

  1. Past the snippet in Xcode.
  2. Select the text.
  3. Right-click and select Create Code Snippet...
  4. Completion - What you would like Xcode to trigger this snippet with.
  5. Availability - Limits the snippet visibility based on the specified scope. (I personally use the top level scope for reducer snippets)
  6. Simply typing the trigger word and Xcode will paste the snippet.