Toggle navigation
Toggle navigation
This project
Loading...
Sign in
easygame_sdk
/
easygame_sdk_ios
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
xuguohong
2017-02-08 09:40:22 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4aa59390980d2eb9ac6dbdb5c466f5dfb26ee714
4aa59390
1 parent
f2488daf
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
4aa5939
...
...
@@ -219,10 +219,10 @@ view:传入一个UIview承载客服界面的View
```
登录成功后,利用静态接口可调用显示悬浮窗
调用方法:
+(void)show
Binding
View:(UIView *)view;
+(void)show
Suspension
View:(UIView *)view;
代码示例:
#import “FishSDK.h”
[FishSDK show
Binding
View:self.view];
[FishSDK show
Suspension
View:self.view];
参数说明
view:传入一个UIview承载客服界面的View
...
...
Please
register
or
login
to post a comment