Reply to UITabBar Appears During Swipe-Back Gesture on iOS 26 Liquid Glass UI I've encountered the same problem. Topic: UI Frameworks SubTopic: UIKit Tags: Nov ’25
Reply to hidesBottomBarWhenPushed is bugged on iOS 26 I've encountered the same problem. Topic: UI Frameworks SubTopic: UIKit Tags: Nov ’25
Reply to Xcode 14 failed to prepare iOS 15.7 device? Yes, I found the same question. Topic: Developer Tools & Services SubTopic: Xcode Tags: Sep ’22
Reply to Later than ios 14.5 Callkit Video call. Timing is not displayed ` CXCallUpdate *update = [CXCallUpdate new]; update.supportsGrouping = false; update.supportsHolding = false; update.supportsDTMF = false; update.supportsUngrouping = false; update.hasVideo = YES; [self.provider reportNewIncomingCallWithUUID:uuid update:update completion:^(NSError * _Nullable error) { }]; ` Topic: App & System Services SubTopic: General Tags: Aug ’21