Tony-Day

Results 7 issues of Tony-Day

**Bug 表现** 在iOS12.4.9系统,切换主题后,部分页面导航栏标题颜色没改变 **截图** ![20210203115343](https://user-images.githubusercontent.com/13215355/106695882-80bb3c00-6616-11eb-9ebe-e60d8e613b9e.jpg) ![IMG_0669](https://user-images.githubusercontent.com/13215355/106695552-cd524780-6615-11eb-8bc0-d5f2e90f0dbb.PNG) ![IMG_0670](https://user-images.githubusercontent.com/13215355/106695559-cfb4a180-6615-11eb-9550-9e37d4c6c3f5.PNG) **如何重现** 1. 在QMUIConfigurationTemplatePinkRose 里修改导航栏标题颜色 `- (void)applyConfigurationTemplate { [super applyConfigurationTemplate]; QMUICMI.navBarBackgroundImage = [QDUIHelper navigationBarBackgroundImageWithThemeColor:UIColor.qd_tintColor]; QMUICMI.navBarTintColor = [UIColor blackColor]; QMUICMI.navBarTitleColor = [UIColor blackColor]; } `...

device: iPhone XR iOS Version: [iOS 12.3] Xcode Version: [Xcode 10.3] Two iPhone Xr Calls,If both phones use two phone cards, using Mobile Networks ,webrtc will not be able to...

给楼主点个赞,感谢分享。如果能加个方便控制导航栏隐藏、显示的功能就更完美了。类似FDFullscreenPopGesture 的 self.fd_prefersNavigationBarHidden = NO;

device: iPhone XR iOS Version: [iOS 12.3] Xcode Version: [Xcode 10.3] 两台iPhoneXR手机通话,如果两台手机都是双卡双待,webrtc就会很卡甚至连接不上,如果把其中一台的一张卡停掉就没有问题。

device: iPhone XR
iOS Version: [iOS 12.3]
Xcode Version: [Xcode 10.3] Two iPhone Xr Calls,If both phones use two phone cards, using Mobile Networks ,webrtc will not be able to...

- (UITextField *)textField { if (!_textField) { _textField = [[JJCTextField alloc] initWithFrame:self.bounds]; _textField.backgroundColor = [UIColor clearColor]; _textField.delegate = self; _textField.textColor = [UIColor clearColor]; _textField.tintColor = [UIColor clearColor]; // _textField.keyboardType =...