FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
QMUI_iOS_CodeSnippets/QM_setImageForButton.codesnippet at master · Coder-ZJQ/QMUI_iOS_CodeSnippets · GitHub
Coder-ZJQ
/
QMUI_iOS_CodeSnippets
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
QMUI_iOS_CodeSnippets
/
QM_setImageForButton.codesnippet
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (24 loc) · 840 Bytes
Breadcrumbs
QMUI_iOS_CodeSnippets
/
QM_setImageForButton.codesnippet
Copy path
File metadata and controls
24 lines (24 loc) · 840 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
>setImageForButton</
string
>
<
key
>IDECodeSnippetCompletionScopes</
key
>
<
array
>
<
string
>CodeBlock</
string
>
</
array
>
<
key
>IDECodeSnippetContents</
key
>
<
string
>[
<
#button#
>
setImage:
<
#image#
>
forState:UIControlStateNormal];</
string
>
<
key
>IDECodeSnippetIdentifier</
key
>
<
string
>EC69F79A-C822-4381-ACE7-82BA4ED97D27</
string
>
<
key
>IDECodeSnippetLanguage</
key
>
<
string
>Xcode.SourceCodeLanguage.Objective-C</
string
>
<
key
>IDECodeSnippetTitle</
key
>
<
string
>set UIButton Image</
string
>
<
key
>IDECodeSnippetUserSnippet</
key
>
<
true
/>
<
key
>IDECodeSnippetVersion</
key
>
<
integer
>2</
integer
>
</
dict
>
</
plist
>
Back
|
FazBrowse Home
|
New Git URL