FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
QMUI_iOS_CodeSnippets/QM_function_handleLongPress.codesnippet at master · phpios/QMUI_iOS_CodeSnippets · GitHub
phpios
/
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_function_handleLongPress.codesnippet
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (28 loc) · 968 Bytes
Breadcrumbs
QMUI_iOS_CodeSnippets
/
QM_function_handleLongPress.codesnippet
Copy path
File metadata and controls
28 lines (28 loc) · 968 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
25
26
27
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
>fnv_longPress</
string
>
<
key
>IDECodeSnippetCompletionScopes</
key
>
<
array
>
<
string
>ClassImplementation</
string
>
</
array
>
<
key
>IDECodeSnippetContents</
key
>
<
string
>- (void)handleLongPressGestureRecognizer:(UILongPressGestureRecognizer *)gestureRecognizer {
<
#code#
>
}</
string
>
<
key
>IDECodeSnippetIdentifier</
key
>
<
string
>880C4894-BB6F-4C9C-8758-6185CE801894</
string
>
<
key
>IDECodeSnippetLanguage</
key
>
<
string
>Xcode.SourceCodeLanguage.Objective-C</
string
>
<
key
>IDECodeSnippetPlatformFamily</
key
>
<
string
>iphoneos</
string
>
<
key
>IDECodeSnippetTitle</
key
>
<
string
>创建longPress手势事件回调</
string
>
<
key
>IDECodeSnippetUserSnippet</
key
>
<
true
/>
<
key
>IDECodeSnippetVersion</
key
>
<
integer
>2</
integer
>
</
dict
>
</
plist
>
Back
|
FazBrowse Home
|
New Git URL