Post

Replies

Boosts

Views

Activity

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:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Xcode 14 failed to prepare iOS 15.7 device?
Yes, I found the same question.
Replies
Boosts
Views
Activity
Sep ’22
Reply to hidesBottomBarWhenPushed is bugged on iOS 26
I've encountered the same problem.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’25
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:
Replies
Boosts
Views
Activity
Nov ’25