Tencent/QMUI_iOS

swift调用主题生成器不执行block

Open

#1,225 opened on Apr 11, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Objective-C (1,444 forks)batch import
help wanted

Repository metrics

Stars
 (7,200 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide