FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
XcodeSnippets/QM_addTarget.codesnippet at master · wbcyclist/XcodeSnippets · GitHub
wbcyclist
/
XcodeSnippets
Public
forked from
QMUI/QMUI_iOS_CodeSnippets
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
XcodeSnippets
/
QM_addTarget.codesnippet
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (24 loc) · 892 Bytes
Breadcrumbs
XcodeSnippets
/
QM_addTarget.codesnippet
Copy path
File metadata and controls
24 lines (24 loc) · 892 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?
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
>addtarget</
string
>
<
key
>IDECodeSnippetCompletionScopes</
key
>
<
array
>
<
string
>CodeBlock</
string
>
</
array
>
<
key
>IDECodeSnippetContents</
key
>
<
string
>[
<
#control#
>
addTarget:self action:@selector(handle
<
#controlName#
>
Event:) forControlEvents:UIControlEventTouchUpInside];</
string
>
<
key
>IDECodeSnippetIdentifier</
key
>
<
string
>799325FD-C68C-4BD4-AFE5-F398D97107F6</
string
>
<
key
>IDECodeSnippetLanguage</
key
>
<
string
>Xcode.SourceCodeLanguage.Objective-C</
string
>
<
key
>IDECodeSnippetTitle</
key
>
<
string
>UIControl Add Target</
string
>
<
key
>IDECodeSnippetUserSnippet</
key
>
<
true
/>
<
key
>IDECodeSnippetVersion</
key
>
<
integer
>2</
integer
>
</
dict
>
</
plist
>
Back
|
FazBrowse Home
|
New Git URL