Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMShareSDK
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMShareSDK
Commits
38424173
Commit
38424173
authored
5 years ago
by
汪洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加分享完成回调
parent
40120c0f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
GMShareView.h
GMShareSDK/Classes/Share/GMShareView.h
+2
-0
GMShareView.m
GMShareSDK/Classes/Share/GMShareView.m
+3
-0
No files found.
GMShareSDK/Classes/Share/GMShareView.h
View file @
38424173
...
...
@@ -49,6 +49,8 @@
/** 取消分享 */
-
(
void
)
cancleShareView
;
-
(
void
)
shareViewDidClose
;
@end
...
...
This diff is collapsed.
Click to expand it.
GMShareSDK/Classes/Share/GMShareView.m
View file @
38424173
...
...
@@ -526,6 +526,9 @@ static NSString *shareCellIdentifier = @"shareCellIdentifier";
self
.
backgroundColor
=
[
UIColor
colorWithRed
:
0
green
:
0
blue
:
0
alpha
:
0
];
}
completion
:^
(
BOOL
finished
)
{
[
self
removeFromSuperview
];
if
([
self
.
delegate
respondsToSelector
:
@selector
(
shareViewDidClose
)])
{
[
self
.
delegate
shareViewDidClose
];
}
}];
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment