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
QMUI 已经提供了详尽的注释文档,以及完整的示例项目 QMUI Demo,当你遇到某些功能不知道怎么使用,或者想知道 QMUI 是否有提供某些功能时,请先查看注释文档或者 Demo,找不到了再提 issue。若提的 issue 已有明确注释或示例的,可能会被直接关闭或得不到及时的回复,请知悉。 在swift AppDelegate 的 didFinishLaunchingWithOptions方法中调用主题生成器,block不执行 QMUIThemeManagerCenter.defaultThemeManager.themeGenerator = { (themeNameStr) -> NSObject in print("themeNameStr = (themeNameStr)") return QMUIConfigurationTemplate.init() }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
QMUI 已经提供了详尽的注释文档,以及完整的示例项目 QMUI Demo,当你遇到某些功能不知道怎么使用,或者想知道 QMUI 是否有提供某些功能时,请先查看注释文档或者 Demo,找不到了再提 issue。若提的 issue 已有明确注释或示例的,可能会被直接关闭或得不到及时的回复,请知悉。
在swift AppDelegate 的 didFinishLaunchingWithOptions方法中调用主题生成器,block不执行
QMUIThemeManagerCenter.defaultThemeManager.themeGenerator = {
(themeNameStr) -> NSObject in
print("themeNameStr = (themeNameStr)")
return QMUIConfigurationTemplate.init()
}
The text was updated successfully, but these errors were encountered: