Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

点击其他按钮手动dismiss怎么弄? #35

Closed
lixiangshadow opened this issue Dec 3, 2019 · 2 comments
Closed

点击其他按钮手动dismiss怎么弄? #35

lixiangshadow opened this issue Dec 3, 2019 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@lixiangshadow
Copy link

点击其他按钮手动dismiss怎么弄?

@HeathWang HeathWang added the help wanted Extra attention is needed label Dec 3, 2019
@HeathWang
Copy link
Owner

可以看下demo里有相关示例:
如果是UIViewController,直接调用- (void)dismissViewControllerAnimated:(BOOL)flag completion:(void (^)(void))completion;

如果使用的是HWPanModalContentView,调用- (void)dismissAnimated:(BOOL)flag completion:(void (^)(void))completion;

@lixiangshadow
Copy link
Author

知道了,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants