We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
popView.bgClickBlock = ^{ [weakPopview dismiss]; };
The text was updated successfully, but these errors were encountered:
不太明白 请上一下整个执行弹框的代码
Sorry, something went wrong.
AMKSignInPopView *signInView = [[AMKSignInPopView alloc] initWithFrame:CGRectMake(0, 0, LSTScreenWidth(), LSTScreenHeight())];
我初始化给了全屏frame,把frame设置为内容frame的大小,就解决了,比心!
AMKSignInPopView *signInView = [[AMKSignInPopView alloc] initWithFrame:CGRectMake(0, 0, LSTScreenWidth(), LSTScreenHeight())]; 我初始化给了全屏frame,把frame设置为内容frame的大小,就解决了,比心!
内部手势确实被拦截了 已经做了优化了
No branches or pull requests
The text was updated successfully, but these errors were encountered: