Skip to main content
0 votes
0 answers
75 views

Our app's minimum supported version of iOS 13, made with XCode. While it works perfectly on iOS 14 and above, I'm encountering an issue on iOS 13 where the app doesn't display in full screen. It seems ...
Bharat Sharma's user avatar
0 votes
0 answers
91 views

Several Views were received as 'TurpleView<_VariadicView.Children>'. struct View1: View { var body: some View { VStack { Text("page!") } } } struct ...
OlderPeo's user avatar
0 votes
1 answer
1k views

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
126 views

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
55 views

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
154 views

"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
1 vote
1 answer
1k views

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,440
1 vote
1 answer
939 views

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
551 views

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
2k views

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
923 views

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
668 views

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
168 views

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
1k views

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
322 views

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

15 30 50 per page
1
2 3 4 5
142