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
如标题所述~~~
The text was updated successfully, but these errors were encountered:
研究了一下,不能这么写: LEEBaseConfigModel *config = [LEEAlert alert].config; config.xxxxxx
如果像上面这么写,那么只能够在Debug模式下工作,Release模式将不会有任何反应。
Sorry, something went wrong.
我用Demo跑了一下 没有问题, 如果你要拆开 需要这么写:
LEEAlertConfig * alert = [LEEAlert alert]; LEEAlertConfigModel * config = alert.config; config.addXXXXX; config.addXXXXX; config.addXXXXX; config.addXXXXX; config.addXXXXX; if (XXXX) { config.addXXXXX; } for xxx in xxxx { config.addXXXXX; } config.LeeShow();
No branches or pull requests
如标题所述~~~
The text was updated successfully, but these errors were encountered: