ios13.2

TintColor not changing for UIBarButtonItem for .normal stage in case of iOS 13.2

岁酱吖の 提交于 2021-01-28 03:42:24
问题 I have tried the almost max solution and it did not help, selected state color is applying but for a normal state, it's not applying. This issue I am facing specifically in iOS13.2 only. tabBarItem.setTitleTextAttributes([NSAttributedString.Key.font: tabFont, NSAttributedString.Key.foregroundColor: UIColor.yellow], for: .selected) tabBarItem.setTitleTextAttributes([NSAttributedString.Key.font: tabFont, NSAttributedString.Key.foregroundColor: UIColor.white], for: UIControl.State.normal) I have

iOS 13.2 message: nehelper sent invalid result code [1] for Wi-Fi information request

谁说我不能喝 提交于 2020-01-06 08:11:19
问题 My app uses locationservices for tracking and geofencing in the background. Now with iOS 13.2 I see every second the following message in the console: Anchorwatch nehelper sent invalid result code [1] for Wi-Fi information request My app does nothing with the WiFi system and when I disable WiFi on the device the message disappears. While there seem to be no adverse effects by the message I learned the hard way that ignoring message might be a bad idea. Can anyone hint me to why this message