Questions tagged [ios15]

Use for questions specific to Apple's iOS 15 mobile operating system, released in 2021. General iOS questions should use the [ios] tag.

573 questions
0
votes
0 answers

How to check On-Device mode translation in IOS15

Is there a way to check with Swift if the On-Device mode is enabled in the translation function of IOS15? If anyone know please tell me!!
0
votes
0 answers

UIProgressView Progress Tint Color Color Bug

I have a bar style UIProgressView. Progressbar has a gray background and white progress colour and I am animating progress change with 10 second time. On simulator (iOS 14.5) everything works fine, however, on real device (iOS 15) progressBar…
Emre Önder
  • 2,408
  • 2
  • 23
  • 73
0
votes
0 answers

iOS 15 Safari WebRTC voice Issue

While making a video or audio call using WebRTC voice is coming too low, this issue is start happening after updating the IOS 15. Before updating the IOS version voice was used to coming through loudspeaker but now it don't. I have tried many…
0
votes
0 answers

"contentMode: .fill" is not working on iOS 15 | SwiftUI Xcode 13

I recently updated to Xcode 13 and I'm facing an issue with one image in my App This is the same view with the same code in the same device but different iOS versions: The image I'm using is this (Is a screenshoot instead of original image because…
0
votes
1 answer

Why the view.safeAreaInset is same for Opaque and Transparent UINavigationBarAppearance?

When we use the old way of making the navigation bar translucent or opaque using isTranslucent property on the navigation bar, the view's safeAreaInset returns some value other than 0 for the translucent navigation bar and viceVersa. But this…
the monk
  • 389
  • 4
  • 14
0
votes
2 answers

iOS 15 SwiftUI 3 Picker binding is not working after changing @State value

I'm trying to use Picker from SwiftUI, I had this code working for iOS 14 but when I updated the project to work with iOS 15 only now it's broken and Picker is not updating anymore after assigning @State on view appear. I have created a new project…
Yaser
  • 87
  • 2
  • 9
0
votes
1 answer

JSON error in Xamarin.iOS app - Method Not Found

I have an error that just came up since Apple released iOS 15. I had a method in my Xamarin.iOS project that was successfully parsing a file using Json, and it broke. I wanted to check and see if anyone else has observed this same problem, and has a…
Nate W
  • 275
  • 2
  • 13
0
votes
2 answers

Styling differences in SwiftUI Button in list context: iOS 15 vs. earlier

With this example: struct ContentView: View { let items = ["Hello, world!"] var body: some View { List { Button(action: { }, label: { Text("Hello, world!") }) …
Chris Prince
  • 7,288
  • 2
  • 48
  • 66
0
votes
1 answer

How to convert date from server in Swift?

I have a struct that should give me the correct date from the server but it is nil or time has different with local time like the server return 2021-09-08T20:52:47.001Z but when I want to convert it to swift date it is nil with my code. import…
0
votes
0 answers

Unexpected List Behavior in SwiftUI on iOS 15

I am populating a List in a SwiftUI app by making a call to the ViewModel file and passing the current user in the onAppear(). This filters results pulled from a database to only show results related to the user. Everything below has worked well…
jonthornham
  • 2,881
  • 4
  • 19
  • 35
0
votes
0 answers

about permission to access “Caches” work on iOS 14 but iOS15 fail

Error Domain=NSCocoaErrorDomain Code=513 "“-8985631368586039364” couldn’t be moved because you don’t have permission to access “Caches”." UserInfo={NSSourceFilePathErrorKey=/var/mobile/Media/Downloads/-1924357422564807023/-8985631368586039364,…
DON
  • 1
  • 2
0
votes
1 answer

using a LottieView inside navigationBarItems

I have a struct called LottieView to show lottie icons and then I have a view called NavTest with a NavigationBar using a lottie icon in the center of the screen. The Lottie icon shows up in the center but not inside the navigationBarItem. I have…
DevB2F
  • 4,674
  • 4
  • 36
  • 60
0
votes
0 answers

Xamarin Ios 15.0 failed to Launch app in WatchOS 8

I was working with an project in iOS with WatchOS, once I update my WatchOS to 8.0, I am getting the following error: Unhandled Exception: Xamarin.Hosting.MobileDeviceException: Failed to communicate with the device. Please ensure the cable is…
0
votes
1 answer

iOS 15 - Enterprise provisioning profile (inHouse) - The code signature is no longer supported - iOS App with watch extension - DER entitlement issue

We are using an Enterprise provisioning profile for our apps. With the iOS 15, we started getting the issue "The code signature version is no longer supported". For mobile-only app, we solved this by adding a flag to Xcode -> Target -> Build…
Amit
  • 2,389
  • 22
  • 29
0
votes
0 answers

UILabel Autoshrink does not work correctly in iOS 15

i think autoshrink in iOS 15 does not work correctly. my label is رقم الجواز السفر.... when i set it to Minimum Font Scale or Minimum Font Size, it reduce size of font while it has enough space with these params, my label looks like this: when i…
Sajjad
  • 1,536
  • 2
  • 17
  • 31