Fan'小柒

Results 5 issues of Fan'小柒

app情况: 1 仅适配iOS13+ 2 使用系统方法 并没使用QMUITheme 3 使用配置表并设置了`QMUICMI.navBarBackgroundImage = 动态图片` 当iOS15下,因为使用了UINavigationBarAppearance,所以切换UserInterfaceStyle并没有问题。 当

help wanted

**Bug 表现** _QMUITransitionNavigationBar 样式错误 **截图** ![Aug-12-2022 14-37-36](https://user-images.githubusercontent.com/34535969/184298590-3b7c71b1-340f-4ee7-8e46-dcbe4264cecb.gif) **如何重现** QMUIDemo “优化导航栏在转场时的样式 ” 多次点击不同样式跳转后,返回会发现 从 “默认”到“深色”的过程中,“深色”vc的假导航栏是“默认”的蓝色,pop完成后,“深色”vc的假导航栏移除,显示了原本的灰色。 **预期的表现** 正常情况下,深色vc的假导航栏应该是灰色 **其他信息** - 设备: 模拟器 - iOS 版本: [iOS 14.5] - Xcode 版本: [Xcode 12...

**Bug 表现** 当controller的`supportedInterfaceOrientations`为`UIInterfaceOrientationMaskPortrait`,但是iPhone屏幕方向未锁定的情况下,横屏启动App时,宏StatusBarHeight值不正确。 模拟器 iPhone14Pro: NSLog(@"\n StatusBarHeight = %f", StatusBarHeight); NSLog(@"\n StatusBarHeightConstant = %f", StatusBarHeightConstant); NSLog(@"\n NavigationContentTop = %f", NavigationContentTop); NSLog(@"\n NavigationContentTopConstant = %f", NavigationContentTopConstant); NSLog(@"\n NavigationBarHeight = %f", NavigationBarHeight);...

**Bug 表现** ViewController pop时(包括手势),_QMUITransitionNavigationBar样式错误 **截图** ![Mar-14-2023 13-00-54](https://user-images.githubusercontent.com/34535969/224897808-fbaf0c81-498c-4d84-8768-d0bef60b5f8a.gif) **如何重现** 1. 使用配置表 QMUICMI.automaticCustomNavigationBarTransitionStyle = YES; QMUICMI.navBarBackgroundImage = nil; QMUICMI.navBarBarTintColor = UIColorRed; 2. vc1 ``` - (UIColor *)qmui_navigationBarBarTintColor { return UIColorYellow; } ```...

**Bug 表现** 当某view有圆角且maskedCorners与border位置相反面,border显示不正确 **截图** ![96ba6921-1bd1-4f7a-b408-451dfa00ecba](https://user-images.githubusercontent.com/34535969/211486185-65494fd8-908c-4527-864c-9e1451fa9a30.jpeg) 前者使用已废弃的qmui_maskedCorners表现正常 后者使用系统maskedCorners则有错误 **如何重现** view.layer.cornerRadius = 20; view.layer.maskedCorners = kCALayerMinXMinYCorner | kCALayerMaxXMinYCorner; view.qmui_borderPosition = QMUIViewBorderPositionBottom; view.qmui_borderWidth = 10; view.qmui_borderColor = UIColorRed; **预期的表现** 正常情况下,应该和qmui_maskedCorners一致 **其他信息** - 设备:...

bug