python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
NSManagedObjectContext Async/Await perform(schedule:_:)' is only available in iOS 15.0 or newer
I'm working on an App that still supports iOS 13 and need to fetch some data with CoreData.
This is how I would normally do it
context.perform({
let results = try context.fetch(request)
})
Now with...
MeXx
Votes: 0
Answers: 1
App crashed when launched in Xcode 13.2.1 in iOS 15.2 simulator in debug mode
I recently downloaded Xcode 13.2.1. When I run the application it is crashing in iOS 15.2 in simulator while debugging. Also when already installed app i am launching by tapping on app icon it is runn...
Yogendra Singh
Votes: 0
Answers: 1
Animation is animating entire circle and not the progress Xcode 13
In xCode 11.4 the circle animation was behaving correctly. It was causing a delay in the progress ring (the circle inside the border) a few seconds after the bottom sheet was presented. Now it is dela...
Simon McNeil
Votes: 0
Answers: 1
How to integrate Razorpay in SwiftUI without storyboard
I was looking at integrating the Razorpay checkout feature with iOS in Xcode and found the official documentation at https://razorpay.com/docs/payment-gateway/ios-integration/standard/. The documentat...
vikram
Votes: 0
Answers: 1