From cb51d7be9eee21da1a1564de28f2fee8fcf26353 Mon Sep 17 00:00:00 2001 From: Wojciech Nagrodzki <278594+wnagrodzki@users.noreply.github.com> Date: Thu, 4 Mar 2021 17:36:35 +0100 Subject: [PATCH] Add NSLayoutConstraint activate snippet --- ...9F-F117-490A-A8DD-B42E0738BFD5.codesnippet | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Code Snippets/snippets/4939E19F-F117-490A-A8DD-B42E0738BFD5.codesnippet diff --git a/Code Snippets/snippets/4939E19F-F117-490A-A8DD-B42E0738BFD5.codesnippet b/Code Snippets/snippets/4939E19F-F117-490A-A8DD-B42E0738BFD5.codesnippet new file mode 100644 index 0000000..4ae66a2 --- /dev/null +++ b/Code Snippets/snippets/4939E19F-F117-490A-A8DD-B42E0738BFD5.codesnippet @@ -0,0 +1,28 @@ + + + + + IDECodeSnippetCompletionPrefix + activate_constraints + IDECodeSnippetCompletionScopes + + All + + IDECodeSnippetContents + NSLayoutConstraint.activate([ + <#T##constraints###> +]) + IDECodeSnippetIdentifier + 4939E19F-F117-490A-A8DD-B42E0738BFD5 + IDECodeSnippetLanguage + Xcode.SourceCodeLanguage.Swift + IDECodeSnippetSummary + + IDECodeSnippetTitle + NSLayoutConstraint activate + IDECodeSnippetUserSnippet + + IDECodeSnippetVersion + 2 + +