Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLice committed Jul 21, 2019
1 parent 88855c7 commit 7a58525
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion QMUIConfigurationTemplate/QMUIConfigurationTemplate.m
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ - (void)applyConfigurationTemplate {
QMUICMI.shouldFixTabBarButtonBugForAll = NO; // ShouldFixTabBarButtonBugForAll : 是否要对 iOS 12.1.1 及以后的版本也修复手势返回时 tabBarButton 布局错误的 bug(issue #410),默认为 NO
QMUICMI.shouldPrintQMUIWarnLogToConsole = IS_DEBUG; // ShouldPrintQMUIWarnLogToConsole : 是否在出现 QMUILogWarn 时自动把这些 log 以 QMUIConsole 的方式显示到设备屏幕上
QMUICMI.sendAnalyticsToQMUITeam = YES; // SendAnalyticsToQMUITeam : 是否允许在 DEBUG 模式下上报 Bundle Identifier 和 Display Name 给 QMUI 统计用
QMUICMI.dynamicPreferredValueForIPad = NO; // 当 iPad 处于 Slide Over 或 Split View 分屏模式下,宏 `PreferredValueForXXX` 是否把 iPad 视为某种屏幕宽度近似的 iPhone 来取值。
QMUICMI.dynamicPreferredValueForIPad = NO; // DynamicPreferredValueForIPad : 当 iPad 处于 Slide Over 或 Split View 分屏模式下,宏 `PreferredValueForXXX` 是否把 iPad 视为某种屏幕宽度近似的 iPhone 来取值。
if (@available(iOS 13.0, *)) {
QMUICMI.ignoreKVCAccessProhibited = NO; // IgnoreKVCAccessProhibited : 是否全局忽略 iOS 13 对 KVC 访问 UIKit 私有属性的限制
QMUICMI.adjustScrollIndicatorInsetsByContentInsetAdjustment = NO; // AdjustScrollIndicatorInsetsByContentInsetAdjustment : 当将 UIScrollView.contentInsetAdjustmentBehavior 设为 UIScrollViewContentInsetAdjustmentNever 时,是否自动将 UIScrollView.automaticallyAdjustsScrollIndicatorInsets 设为 NO,以保证原本在 iOS 12 下的代码不用修改就能在 iOS 13 下正常控制滚动条的位置。
Expand Down
2 changes: 1 addition & 1 deletion QMUIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "QMUIKit"
s.version = "4.0.0"
s.version = "4.0.0-beta"
s.summary = "致力于提高项目 UI 开发效率的解决方案"
s.description = <<-DESC
QMUI iOS 是一个致力于提高项目 UI 开发效率的解决方案,其设计目的是用于辅助快速搭建一个具备基本设计还原效果的 iOS 项目,同时利用自身提供的丰富控件及兼容处理, 让开发者能专注于业务需求而无需耗费精力在基础代码的设计上。不管是新项目的创建,或是已有项目的维护,均可使开发效率和项目质量得到大幅度提升。
Expand Down
1 change: 0 additions & 1 deletion QMUIKit/QMUIComponents/QMUIAnimation/QMUIAnimationHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// WeRead
//
// Created by zhoonchen on 2018/9/3.
// Copyright © 2018年 tencent. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
1 change: 0 additions & 1 deletion QMUIKit/QMUIComponents/QMUIAnimation/QMUIAnimationHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// WeRead
//
// Created by zhoonchen on 2018/9/3.
// Copyright © 2018年 tencent. All rights reserved.
//

#import "QMUIAnimationHelper.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// WeRead
//
// Created by zhoonchen on 2018/9/3.
// Copyright © 2018年 tencent. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// WeRead
//
// Created by zhoonchen on 2018/9/3.
// Copyright © 2018年 tencent. All rights reserved.
//

#import "QMUIDisplayLinkAnimation.h"
Expand Down
1 change: 0 additions & 1 deletion QMUIKit/QMUIComponents/QMUIAnimation/QMUIEasings.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// WeRead
//
// Created by zhoonchen on 2018/9/3.
// Copyright © 2018年 tencent. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down

0 comments on commit 7a58525

Please sign in to comment.