Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
103 views

I am looking for the specific native API or implementation approach to replicate the horizontal swipe interaction found in two specific iOS system apps: iOS Camera App The "Mode Switcher", ...
Kael's user avatar
  • 17
Advice
0 votes
2 replies
55 views

I'm working on an application where SwiftUI is being introduced to an app that was originally in Objective-C and then converted about 50% to Swift. Now future development will be in SwiftUI for the ...
0 votes
0 answers
50 views

I am trying to open the keyboard app on iOS using the following method: - (void)actionForGotoHostAppWithURL:(NSURL *)url { UIResponder *responder = self; do { if ([responder ...
Advice
0 votes
4 replies
90 views

Historically, I remember that detecting installed web browsers on macOS was somewhat error prone. You can ask macOS for the apps which register themselves as handlers for HTTPS, but that can show too ...
user137369's user avatar
  • 5,813
Advice
0 votes
0 replies
41 views

I am trying to replicate the search bar behavior found in the native Apple Music app using UIKit. I have searched through the official Apple documentation and various online resources, but I haven't ...
0 votes
0 answers
38 views

I'm working on a Linphone-based application (SDK), and I'm encountering an issue related to re-registration behaviour after receiving regular application push notifications. Problem Description: The ...
0 votes
0 answers
93 views

UITabBarAppearance Background Not Applying UITabBarAppearance *appearance = UITabBarAppearance.alloc.init; [appearance.stackedLayoutAppearance.normal setTitleTextAttributes:@{...
0 votes
1 answer
81 views

I’m using NSURLSession with a background configuration to upload a large file, and the server immediately returns another large file in the same request (I cannot change the server behavior). I only ...
zeus's user avatar
  • 13.4k
0 votes
0 answers
93 views

I’m trying to implement this iOS delegate method in Delphi: - (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task willBeginDelayedRequest:(NSURLRequest *)request ...
1 vote
1 answer
99 views

How to resolve error: Non-Sendable parameter type BookInfo of actor-isolated @objc instance method cannot cross actor boundary? BookStore.swift: // manage state of instances of BookInfo @objc actor ...
3 votes
1 answer
98 views

This is super easy with UIKit (imageWithTintColor:) but I need tinted monochrome NSImage in AppKit and no such equivalent exists. I know there is private method in AppKit -[NSImage ...
-2 votes
1 answer
106 views

I am using CLLocationManager to obtain the device's compass heading (direction), and I have encountered an abnormal behavior: When the user is stationary: After calling startUpdatingHeading(), the ...
0 votes
0 answers
51 views

Follow up for this question VersionNumber and VersionString in umbrella header is what is the repercussion of changing this line from the autogenerated umbrella header file xFramework.h: //! Project ...
0 votes
0 answers
37 views

We are facing an issue in our iOS Cordova hybrid app (WKWebView) during biometric → passcode fallback authentication. Environment: Cordova iOS 7.x (WKWebView) Native plugin handles Face ID / Touch ID ...
1 vote
0 answers
48 views

We try to replace the depreated reverseGeocodeLocation call by MKReverseGeocodingRequest for WatchOS 26. However, the call always returns error -1009 indicating that there is no connection to the ...

15 30 50 per page
1
2 3 4 5
...
19460

AltStyle によって変換されたページ (->オリジナル) /