Questions tagged [ios14]

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

iOS 14 is the fourteenth version of Apple's iOS mobile operating system. Its beta version was announced at the company's Apple Worldwide Developers Conference (WWDC) on 22 June 2020. The ios14 tag should be used for questions specific to Apple's iOS 14 operating system. General iOS questions should use the tag.

Notable new features

Excerpt from https://www.apple.com/ios/ios-14-preview/:

  • Widgets on the Home Screen
  • Compact calls
  • Picture in Picture
  • Maps: Cycling directions, Electric vehicle routing, Guides
  • Siri: Compact design, Greater knowledge, Web answers, Send audio messages
  • Home: Suggested automations, Home status, Adaptive Lighting, Activity Zones, Face Recognition
  • Safari: Translation, Password monitoring, Privacy Report
  • Car keys and CarPlay: Car keys in Wallet, Share and manage keys, Power reserve, CarPlay wallpaper and new app types
  • AirPods: Spatial audio, Battery notifications, Automatic switching, Headphone Accommodations, Audio Sharing for Apple TV
  • App Clips
  • Privacy: Privacy information on the App Store, Recording indicator, Upgrade to Sign in with Apple, Approximate location
  • ARKit 4
  • Set default email and browser apps

Release notes: https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-14-beta-release-notes

1139 questions
0
votes
1 answer

iOS14: no UIControl working anymore in a UIKit Modal ViewController

Using iOS14.0.1, Swift5.3, Xcode12.0.1, I am desperate with this problem: With iOS12 and iOS13, my App was working nicely. But now with iOS14, no UIButton, no UISwitch, no segue - nothing is working in my Modal ViewController. I have no idea what…
iKK
  • 6,394
  • 10
  • 58
  • 131
0
votes
0 answers

Why is my view not passing condition from one scene but from other 2 scenes it work

I'm using this view to fetch detailed movie from API and then show it... The view works fine from all scenes but I'm using search state the view will not get through the if condition, but the print statements shows me optionals are not nil.. struct…
0
votes
0 answers

UISwitch.appearance().onTintColor not working since iOS 14

When recently updating to the latest xcode, all my UISwitch changed to use the default color. Basically it means that this doesn't seem to work anymore: UISwitch.appearance().onTintColor = Color.red I can't find a reference to any change and I'm…
marcgg
  • 65,020
  • 52
  • 178
  • 231
0
votes
0 answers

How to remove new List padding that appeared on iOS14

Ever since updating to iOS 14, I get additional padding (in red) in my List that I didn't see on iOS 13: Is this a known issue of iOS 14 ? How can I fix this ? var body: some View { NavigationView { VStack(alignment: .leading){ …
marcgg
  • 65,020
  • 52
  • 178
  • 231
0
votes
1 answer

History of recent calls not displaying Caller's information on iOS14

The Contact application I have is already allowed to provide caller ID under the Call Blocking & Identification on the Phone. The app shows the information and identification of the user who called/ had been called on the History of Recent calls on…
Benj
  • 57
  • 8
0
votes
1 answer

App behavior changes when going from iOS 13.6.1 to iOS 14

I just finished my app that I built for iOS 13.6.1 and everything was working as expected. I tried it on my girlfriend’s phone that is running iOS 14.0. A lot of the behavior has changed. Without going into details of what changed, I am just…
Steve Frazee
  • 173
  • 1
  • 7
0
votes
1 answer

Flex network logger is not working after updated iOS14

After iOS 14 have been updated, My friend complained about Flex Tool network logging is not working. I am sharing the solution for community:
roadRunner
  • 173
  • 1
  • 23
0
votes
1 answer

Getting Error while upgrading to new Xcode 12

My App is using CoreLocation and CLLocationManager and is working fine in iOS 13 and iOS 12. I have implemented new feature of Precise Location in iOS 14 using Xcode 12 and its working fine in iOS 14, iOS 13, iOS 12. But When I execute ths Xcode 12…
Programming Learner
  • 4,351
  • 3
  • 22
  • 34
0
votes
1 answer

How to display data from Core Data in WidgetKit

Here is my code and I tried to list stored data from Core Data in WidgetKit its not showing at all. I already created app group and the data are showing at preview but when we add widget to home screen nothing shows up. I'm not sure the way I did is…
0
votes
1 answer

Cannot find 'LazyVGrid' in scope

After macOS Big Sur 11 beta 9, has been released, LazyVGrid and GridItem structs are no longer available. I receive, on Xcode Version 12.0.1 (12A7300), the following compiler errors: "Cannot find 'LazyVGrid' in scope" "Cannot find 'GridItem' in…
0
votes
1 answer

Automatically save an image from an email to photo album in ios 14 shortcuts

For my work i get an automated email every week with my schedule attached in the email i was wondering if it is possible using the new ios 14 shortcuts automation to automatically save the image from the email to an album named schedule in camera…
Jon Bergeron
  • 11
  • 1
  • 6
0
votes
0 answers

SwiftUI & iOS 14: how to set custom back image for all SwiftUI views

in iOS 13 apps, I used the following snippet (placed it in SceneDelegate) to set a custom back image for navigation views (SwiftUI views) which worked perfectly: UINavigationBar.appearance().backIndicatorImage = UIImage(named: "myBackImg") …
JAHelia
  • 6,934
  • 17
  • 74
  • 134
0
votes
0 answers

Remove `UIMenu` from `navigationBar.backBarButtonItem`

With ios14, apple introduced the UIMenus we know to the navigation bar, so we could go back a couple of screens within a single long tap. However, I want to remove that behavior from my app. I tried doing a new class without setting the menu to the…
Jalil
  • 1,167
  • 11
  • 34
0
votes
2 answers

UIImagePickerController and PHPickerViewController image selection blank in iOS14

Had this working on the last few versions of iOS but on 14 cannot get this to work, I have spent the past 5 days Googling. Whenever I go to add an image from the gallery the popup to select an image is blank. I have tried…
0
votes
1 answer

iOS 14 weird behavior with Timer.publish

I did my best to pull out only a small part of my larger project that displays this odd behavior. The intention is for one random number to be added to the array and displayed every 3 seconds. In iOS 13 each number slides in from the left every 3…
CS0521
  • 152
  • 2
  • 9