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.

-1 votes
1 answer
258 views

Black screen on Launch: How to support all versions iOS 10 and 13 above in App and Scene Delegate

My app supports older versions of iOS 10.0 and above. When I try to launch my app in iOS 13, it shows a black window. It does configure initial ViewController and shows labels when I remove the scene ...
Joan's user avatar
  • 1,165
6 votes
0 answers
606 views

Convert SPM modules to .xcframework

My iOS project is split up in several SPM modules. Now I would like to distribute some of them as .xcframework. Is there a way to automatically create .xcframeworks out of the SPM modules? Or some (...
swalkner's user avatar
  • 17.1k
6 votes
1 answer
4k views

Is it possible to download an image or video from Safari to the Camera Roll in iOS 13?

I know the download attribute works but no matter the filetype it just dumps the image/video into the Files.app area that most people don't understand. Is there a way to get iOS Safari to save an ...
neue's user avatar
  • 93
0 votes
1 answer
161 views

Button doesn’t pass through touches to collection view cell on iOS 14

I noticed some strange behavior. I got CollectionViewCell and UIButton in its contentView. I implemented contextMenuConfigurationForItemAt method, and it works fine on iOS 13. But when I try to test ...
Egor  Kolyshkin's user avatar
0 votes
0 answers
70 views

UIAlertController Title Color

How can I change UIAlertController title color for iOS version above 12? Below code works only for ios Version below 13 :- let attributedString = NSAttributedString(string: "Title", ...
Bhanu Kashyap's user avatar
0 votes
0 answers
267 views

UILabel - iOS 14 some words are going to new line as compare to iOS 13

I have observed one issue where UILabel's text is going into a new line in iOS 14 and it looks different for iOS 13. I checked if there are any changes in the font or typography in iOS 14 but didn't ...
Jarvis's user avatar
  • 1
8 votes
3 answers
15k views

Xcode error: Signing for ... requires a development team

I am trying to test my app on my iPhone 8. Since I do not have an Apple Developer Account, I have followed this tutorial: https://ionicframework.com/blog/deploying-to-a-device-without-an-apple-...
ntlarry's user avatar
  • 250
2 votes
2 answers
369 views

Multiple badge colors across items in a TabBar Controller (Swift)

I have an app with a four-tabbed UITabBarController. I've been trying to customize different badge (background) colors across the various tabs, but haven't been able to achieve a unique customization ...
Ben Bregman's user avatar
-1 votes
1 answer
394 views

ios local notification - get rid of "Notification" text on the lock screen

I am showing local notifications using the following code. It shows fine when the phone is not locked and the app is in background. However when the screen is locked, it shows an additional line with ...
Ketu's user avatar
  • 440
0 votes
1 answer
451 views

How to avoid app crash with TabView inside NavigationView when navigate backwards ios 13 SwiftUI

I'm using a TabView inside NavigationView but my app crashes when I try to navigate backwards, it shows this error message "Thread 1: EXC_BAD_ACCESS (code=2, address=0x16ad5bff0)" at ...
Sokina's user avatar
  • 67
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
0 votes
1 answer
740 views

Host the apple association file on IIS

I'm trying to upload the apple association file into my IIS. And I'm using the following Validator to validate that my association file is hosted correctly on my server. I'm always getting the ...
Mohamad Mousheimish's user avatar
2 votes
3 answers
3k views

UIBarButtonItem with SF Symbols displays smaller than SystemItem in the navigation bar of document browser

In my view controller that extends UIDocumentBrowserViewController, I did this additionalTrailingNavigationBarButtonItems = [ UIBarButtonItem( image: UIImage(...
Balthild Ires's user avatar
0 votes
1 answer
240 views

Unable to install app in iOS 13.X devices which pushed via Test flight

Unable to install the app in iOS 13.X devices only when it is pushed via Test flight. Getting the below error. iTunesMetadata.plist content supplied to install command specified bundleVersion (9) that ...
Sankarann's user avatar
  • 2,655

15 30 50 per page
1
3 4
5
6 7
142