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.

0 votes
1 answer
440 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
0 votes
0 answers
308 views

using SwiftUI, when scrolling, VStack inside Section shrinks and expands

I'm trying to make simple testing app with Buttons and Options for Button action. target is iOS 13.0 for backward compatibility. expected smooth scroll just like other iOS app does, but it stutters. ...
Ggumdori's user avatar
1 vote
1 answer
741 views

React Native 0.68 upgrade issue in iOS

I have recently upgraded my react native project from 0.62 to 0.68. New Architecture set up has be implemented in android and the code is working fine. But when i try to upgrade the new architectural ...
Madhu's user avatar
  • 931
0 votes
1 answer
51 views

What's wrong with my uitableviewcontroller under iOS13?

I am dropping iOS 12 support in order to take advantage of SwiftUI in the future version releases —though the new version I am working on (that drops the rewarded ads business model) does not use ...
Stéphane de Luca's user avatar
1 vote
0 answers
115 views

App crashed with dyld`__abort_with_payload when using scollviewproxy and @available in iOS 13 SwiftUI

I am developing a new UI for my app and I am going from UIKit to SwiftUI. I want to be able to use a scrollViewProxy to manage my automatic scrolling when for example my view expands beyond the ...
NoosaMaan's user avatar
  • 128
1 vote
0 answers
341 views

SwiftUI different behavior on different iOS versions

I have been developing an app with minimum iOS 13, but whole development process was done on iOS 15. Now when testing the iOS 13 devices, I noticed some problems. Minimalistic example: You have a list ...
Robert Sudec's user avatar
-1 votes
2 answers
2k views

Calculating Wi-Fi strength problematically [duplicate]

I want to get the device Wi-Fi strength, but found no straightforward way to accomplish this Right now I have this which used to work before iOS 13 however now I get this crash. func wifiStrength() -&...
Ferdinand Loesch's user avatar
1 vote
1 answer
474 views

How do I change the statusBarStyle using the statusBarManager in iOS 13.0+

I am trying to change the status bar style in my iOS 13.0 app but when I use the code; UIApplication.shared.statusBarStyle = .lightContent I get the warning in Xcode; 'statusBarStyle' was ...
Stephen501's user avatar
1 vote
0 answers
316 views

PDFPage thumbnail (UIImage) does not respect PDFPage orientation in iOS 13 (Xcode 13.1)

Description I am having issue with UIImage "generated" from PDFPage via method .thumbnail(of:for). UIImage, which I later display in UIImageView, does not respect rotation of the PDF page, ...
peetadelic's user avatar
1 vote
2 answers
3k views

Manually invoke context menu in collectionView for cell

I implemented methods for context menu with delegate methods like this: func collectionView(_ collectionView: UICollectionView, contextMenuConfigurationForItemAt indexPath: IndexPath, point: CGPoint) -...
Libor Zapletal's user avatar
-1 votes
2 answers
958 views

SwiftUI: Create a list of mx2 column grid of images on iOS 13 with single selection

I'm new to SwiftUI and I'm trying to display a list of images from API as mx2 grids on iOS 13. I was able to create the grid and also able to download the images. Now I have 2 issues, all cells are ...
Francis F's user avatar
  • 3,225
2 votes
1 answer
728 views

iOS 13 UIToolBar Style

I am trying to create a tool bar for the number pad I am using in swift, but am getting this warning with the following code: 'blackTranslucent' was deprecated in iOS 13.0: Use UIBarStyleBlack and set ...
aFella's user avatar
  • 185
0 votes
1 answer
1k views

How to resolve 'scanLocation' was deprecated in iOS 13.0?

When trying to use a Scanner I am getting the warning that 'scanLocation' was deprecated in iOS 13.0.Apple's documentation for Scanner does not even mention the deprecation, let alone suggest what has ...
zehye's user avatar
  • 1
0 votes
1 answer
268 views

Detecting subscription details when restoring in-app purchase

Normally I sort out and investigate my coding issues, however, this one has stumped me and I have spent a day trawling through stackoverflow, github, youtube, apple developer documentation to no avail....
James Leitch's user avatar
0 votes
1 answer
76 views

Disable Tab Bar storyboard appearance setting programmatically

My app is required to be iOS 12.0 compatible and has a tab bar. Since iOS 13.0, the UITabBarAppearance() can be used to change its appearance. In the storyboard, I have Standard selected as ...
geohei's user avatar
  • 792

15 30 50 per page