mirror of
https://github.com/wnagrodzki/XcodeToolkit.git
synced 2025-05-03 11:31:32 +02:00
Add NSLayoutConstraint activate snippet
This commit is contained in:
parent
3cfa18ec60
commit
cb51d7be9e
1 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IDECodeSnippetCompletionPrefix</key>
|
||||||
|
<string>activate_constraints</string>
|
||||||
|
<key>IDECodeSnippetCompletionScopes</key>
|
||||||
|
<array>
|
||||||
|
<string>All</string>
|
||||||
|
</array>
|
||||||
|
<key>IDECodeSnippetContents</key>
|
||||||
|
<string>NSLayoutConstraint.activate([
|
||||||
|
<#T##constraints###>
|
||||||
|
])</string>
|
||||||
|
<key>IDECodeSnippetIdentifier</key>
|
||||||
|
<string>4939E19F-F117-490A-A8DD-B42E0738BFD5</string>
|
||||||
|
<key>IDECodeSnippetLanguage</key>
|
||||||
|
<string>Xcode.SourceCodeLanguage.Swift</string>
|
||||||
|
<key>IDECodeSnippetSummary</key>
|
||||||
|
<string></string>
|
||||||
|
<key>IDECodeSnippetTitle</key>
|
||||||
|
<string>NSLayoutConstraint activate</string>
|
||||||
|
<key>IDECodeSnippetUserSnippet</key>
|
||||||
|
<true/>
|
||||||
|
<key>IDECodeSnippetVersion</key>
|
||||||
|
<integer>2</integer>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Loading…
Add table
Reference in a new issue