Skip to main content

Questions tagged [ios13]

The iOS13 tag should be used for questions specific to Apple's iOS 13 operating system. General iOS questions should use the iOS tag.

ios13
0 votes
1 answer
67 views

Google Maps shows "Sorry, we have no imagery here" on iOS13

When running on an iPhone SE with iOS 13, Google Maps briefly displays images for about 1 second and then shows the error: "Sorry, we have no imagery here". It happens on all places, and on ...
pupuza's user avatar
  • 3
1 vote
0 answers
43 views

JavaScriptCore crash during JSObjectCallAsFunction on IOS 13 IOS14 AND IOS 17

The entry function calls of the crash stack are all JSObjectCallAsFunction, but the subsequent crash location is different on each system. We have suspected a memory problem, but the device still has ...
冯浩臻's user avatar
0 votes
0 answers
36 views

Trying to use Custom URL for opening my app, APP Delegate is not working

I am using custom url, minimum iOS version is 10, so I am using App delegate. I declared the required thing is info.plist app, is opening fine but, I am not getting callback in logs through app ...
Nishtha Verma's user avatar
1 vote
1 answer
102 views

iOS 13 ObservedObject is not updating the UI while StateObject doing same in iOS 14

"Resolving UI Update Issues with iOS 13 ObservedObject: Exploring Alternatives to StateObject" "I've explored several alternatives for StateObject, which is only available in iOS 14. ...
Chaudharyyagh's user avatar
0 votes
0 answers
36 views

how to get statusBar in iOS 13+?

UIStatusBarManager *statusBarManager = [UIApplication sharedApplication].delegate.window.windowScene.statusBarManager; if ([statusBarManager respondsToSelector:@selector(createLocalStatusBar)]...
maybe's user avatar
  • 1
1 vote
1 answer
753 views

iOS 13 setting content inset on collection view with compositional layout causes jump

I'm working with compositional layout collection views and need to support back to iOS 13, but I'm running into a strange issue when I update the content inset of the collection view. I'm using ...
Mr.P's user avatar
  • 1,420
0 votes
1 answer
396 views

SwiftUI equivalent of UIStackView.Distribution.fillEqually

I'm trying to make a simple VStack in SwiftUI where each view in the stack has the same height. The heights should be equal to the least amount of space required for the biggest view in the stack. My ...
Cameron Porter's user avatar
0 votes
1 answer
439 views

How to update variable in Singleton pattern

I have singleton class has lan variable .it is simple like this class Settings{ // singelton static let shared = Settings() var lan:String? = "ar" private init(){ ...
Mahmoud Arafat's user avatar
1 vote
1 answer
1k views

MongoDB installation with macOS 13 (Ventura) (command line errors)

Has anyone with macOS 13 (Ventura) managed to install MongoDB? Getting the following error: ==> Installing [email protected] from mongodb/brew Error: Your Command Line Tools (CLT) does not ...
user20240773's user avatar
-1 votes
1 answer
468 views

Swift: How can I change backgroundFetchIntervalMinimum with BGAppRefreshTask

I am changing my deprecated function setMinimumBackgroundFetchInterval() to new one BGAppRefreshTask() but every example is using actual-time like this: request.earliestBeginDate = Date(...
Youngmin Park's user avatar
0 votes
0 answers
558 views

How to show the same object in different sections by using Diffable data sources?

How to show the same object in different sections by using Diffable data sources? Here is the Model :- // MARK: - RecentUsers struct RecentUsersModel: Codable, Hashable { let errorCode: Int? let ...
Shivam Garg's user avatar
0 votes
0 answers
144 views

Search Bar Left Image Tint Change iOS for Dark Mode

Trying to get the left most image icon within the search bar to change color for Dark Mode in iOS 13 Ive tried making a call directly to the searchBar and changing its background color, changing the ...
hawaiiansurfer4's user avatar
1 vote
2 answers
915 views

Insecure.MD5 in iOS13.0 get incorrect result

When I use Insecure.MD5.hash(data: data) to get a md5 result of a data, I found in iOS 13.0 the result is incorrected, this is my code: if let data = "helloworld".data(using: .utf8) { ...
Yosmative's user avatar
1 vote
1 answer
260 views

How to make a shadow on iOS13

I set shadow on NSMutableAttributedString, it works on other version of iOS but not iOS 13, the next is my code let shadow = NSShadow.init() shadow.shadowColor = UIColor.red ...
danfei91's user avatar
0 votes
1 answer
433 views

WKURLSchemeHandler crashed on ios13,but ios12 or ios13 later it's works fine

I reference resources enter image description here This is my crash stack * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x18) frame #0: 0x00000001bbb513c4 ...
luca's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
142