Skip to content

Commit

Permalink
4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLice committed Sep 29, 2020
1 parent 39c0604 commit 0ce6040
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion QMUIKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Pod::Spec.new do |s|
s.author = {"qmuiteam" => "[email protected]"}
s.source = {:git => "https://github.com/Tencent/QMUI_iOS.git", :tag => s.version.to_s}
#s.source = {:git => "https://github.com/Tencent/QMUI_iOS.git", :branch => 'master'}
#s.source = {:path => "./"}
s.social_media_url = 'https://github.com/Tencent/QMUI_iOS'
s.requires_arc = true
s.documentation_url = 'https://qmuiteam.com/ios/page/document.html'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ @implementation _QMUITransitionNavigationBar
+ (void)load {
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
// TODO: molice iOS 14 正式版发布后检查
// iOS 14 Beta 6 开启 customNavigationBarTransitionKey 的情况下转场效果错误
// iOS 14 开启 customNavigationBarTransitionKey 的情况下转场效果错误
// https://github.com/Tencent/QMUI_iOS/issues/1081
if (@available(iOS 14.0, *)) {
OverrideImplementation([_QMUITransitionNavigationBar class], NSSelectorFromString([NSString stringWithFormat:@"_%@_%@", @"accessibility", @"navigationController"]), ^id(__unsafe_unretained Class originClass, SEL originCMD, IMP (^originalIMPProvider)(void)) {
Expand Down

0 comments on commit 0ce6040

Please sign in to comment.