We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
增加 UIViewController (QMUI).qmui_navigationBarMaxYInViewCoordinator 和 … …qmui_toolbarSpacingInViewCoordinator 方法
更新 podspec 版本号到 1.7.5
update podspec version to 1.7.4
更新 pod 版本号到 1.7.3
配置表增加 用于修改 UITabBarItem 的文字字体
1. 去除类型不匹配的 warning; 2. 将 NSString (QMUI) qmui_timeStringFromSeconds 重命名为 qmui_timeStringWithMinsAndSecsFromSecs; 3. 修复 UIControl (QMUI) 被废弃的 qmui_needsTakeOverTouchEvent 无法使用的问题
更新 QMUIKit.podspec 里的版本号
mark all the targets to Shared
更新 podspec 版本
1、将 QMUIConfigurationManager 重命名为 QMUIConfiguration;2、将原本的设置全局 appear… …ance 的地方迁移到每一个 property 的 setter 方法里,省去在 AppDelegate 里的调用