From 08c6834c830b1c92a02be228be046912a894195b Mon Sep 17 00:00:00 2001 From: Jia Chen <36725840+jiachenyee@users.noreply.github.com> Date: Fri, 16 Jun 2023 11:33:14 +0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index db5b858..78aaf58 100644 --- a/README.md +++ b/README.md @@ -53,5 +53,13 @@ Button("Play") { I've built a demo project that has a circle animation demo along with a heartbeat one. Download it and play around [here](Buzz-Demo). +## Code Snippet +Lazy to type in all that boilerplate? Use the `.codesnippet`. +1. Quit Xcode and open Finder +2. Press Command-Shift-G and paste in "~/Library/Developer/Xcode/UserData/CodeSnippets" +3. Drag the [Buzz.codesnippet](Buzz.codesnippet) file into it. +4. Relaunch Xcode +5. Now you can access it by typing `Buzz` in Xcode, or by pressing Command-Shift-L to open your Library. + ## License [MIT](License).