Skip to main content

All Questions

Tagged with
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
1 vote
3 answers
2k views

Invoke a swift function from WKWebView

I am rendering a webpage in WKWebView, and in that webpage, i need to override one button action with a native swift code.Like in webpage on click of a button it navigates to another page, but in ...
Tinjzz's user avatar
  • 97
1 vote
1 answer
119 views

SQL Select Statement based on iOS version

The following statement works in my app with the iPhone having iOS 13, However when I test it was iOS12 it crashes and says there is a syntax error around "(". Any reason for this and ...
Andrew Barsby's user avatar
0 votes
1 answer
506 views

Apple Sign In for iOS 12

We have users using our application in iOS 10,11,12 and 13 and where we are using third party Sign In like facebook and Google. Recently it is mandatory to have "Sign in with Apple" if we ...
KNow's user avatar
  • 163
0 votes
1 answer
109 views

Incorrect difference in rendering accessory/disclosure indicator between iOS 12.x and iOS 13.x

In an app I developed and sell in the App Store, when run, beginning under iOS 13, the background area of the disclosure accessory used in the app's custom table cells is not transparent, overlaying ...
larick's user avatar
  • 259
3 votes
2 answers
1k views

Tint color for ios12 system image button doesn't work

I set the tintcolor of two system image buttons via storyboard, it works perfectly in all simulators and with ios13. but if I try with real Iphone 5s with ios 12.4 the two buttons are not displayed, ...
Stefano Quarta's user avatar
-1 votes
1 answer
467 views

How to upload file (.pdf) using WK WebView in Swift?

Using WK WebView, I am not able to select .pdf below iOS 13. .pdf files are selectable only in iOS 13+ devices. So, how to manipulate with file selection choices? What delegate method of WK WebView ...
Anuranjan Bose's user avatar
0 votes
0 answers
46 views

How to get the data from one view controller class into another one to display in a TableView

I am a beginner at Swift. I have two viewControllers: 1 of them has a button which I =linked to another view Controller which contains a tableView. I want to get the array of URL strings from the ...
Vighnesh's user avatar
0 votes
1 answer
56 views

Unable to render alpha when launching app on iOS 12

I'm just learning Swift and with my first project I've encountered a strange behavior. When I run my app on iOS 13 in simulator, UIView successfully renders alpha for background view, but when I run ...
jvk's user avatar
  • 1
1 vote
1 answer
6k views

Firebase notifications received on iOS 12 but not received on iOS 13

Firebase push notifications sent but not received on iOS 13 and received on iOS 12 My xcode version 11.4 with Swift 5 I did the test on iOS 12.4.2, 13.4 and 13.4.1 The notifications not received ...
Ahmad Abdullah's user avatar
6 votes
0 answers
724 views

iOS 13 emojis are in gray color showing

In ios12 emojis are showing perfect but I updated my Xcode and in iOS 13 all emojis turns to gray any one please help me how can be able to fix this. In code I have written like this //Show pop ...
shashi Gupta's user avatar
0 votes
1 answer
324 views

UISearchbar UI in iOS 12 and 13 are different and not correct

The UI in my searchbar is behaving differently than expected. I want it to look like this: In iOS 13 it looks like this: And in iOS 12 it looks like this: I am configuring the searchbar in ...
SamSwift's user avatar
2 votes
0 answers
87 views

UI element have different color in 12 and 13 iOS

I have some UI on my screens (UIButton, UISegmentControl etc) I set color for they programmatically with logic. But they are displayed differently. On IOS 12 I have default blue color, on iOS 13 all ...
Виктор Слободян's user avatar
1 vote
0 answers
122 views

UISearchController broken animation when focused

I've found a problem in the UISearchController animation when it's tapped, and I managed to replicate in a simple project that I'll attach. Basically when I tap the UISearchController, the content ...
Carlos Damião's user avatar
2 votes
1 answer
674 views

Why does canPreviewItem on QLPreviewController fail for supported file formats (like PDF) on iOS 13?

Checking [QLPreviewController canPreviewItem:item] for supported items, e.g. PDF files, returns false on iOS 13 but not on iOS 12. If you ignore this check and still attempt to display the item using ...
mattsson's user avatar
  • 1,349

15 30 50 per page