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
10
votes
2 answers

Change in Form UI in iOS 14 for SwiftUI

After building my SwiftUI for iOS 14 I've noticed that a lot of alignments were broken in forms. Now each section seems to be in a rectangle with rounded corners and extra padding. It looks great on devices with large screens, but on smaller screens…
marcgg
  • 65,020
  • 52
  • 178
  • 231
10
votes
2 answers

iOS 14 UISplitViewController (sidebar) with triple column sidebar toggle icon behavior

I'm implementing the iOS 14 (iPadOS 14) sidebar (UISplitViewController with TripleColumn) and having strange "sidebar toggle icon" behavior. In iOS 13 I'm using the tab bar with some split views and table views so I need the Triple Column instead of…
benck
  • 2,034
  • 1
  • 22
  • 31
10
votes
1 answer

flutter app crashes after installing on iphone

I have an iphone 11 with iOS-14 and flutter version is 1.22.0 and also Xcode version is 12. I built my flutter app on my phone in debug mode and it works just fine, however, after i disconnect my phone from the laptop and close my application, later…
azheen
  • 897
  • 4
  • 15
  • 30
10
votes
1 answer

Can't click the buttons inside a TableViewCell in iOS 14

In iOS 13 it works perfectly, but I am not able to make a simple tap on a button work within a TableViewCell. Is it happening to someone else? Has the way of doing this changed?
tornic
  • 747
  • 6
  • 15
10
votes
2 answers

Clear background for form sections in SwiftUI?

I'm trying to remove the white background of some sections so the elements lay right on the grey background, but I can't get the section background to be removed or transparent. This is what I'm trying: struct ContentView: View { var body:…
TruMan1
  • 33,665
  • 59
  • 184
  • 335
10
votes
2 answers

AVPictureInPictureController doesn't automatically start picture-in-picture when backgrounding the app

When creating a custom video player using the AVPlayer + AVPlayerLayer + AVPictureInPictureController for a iPhone running iOS 14 (beta 7) the video does not automatically enter picture-in-picture-mode when the app enters the background after…
Claus Jørgensen
  • 25,882
  • 9
  • 87
  • 150
10
votes
2 answers

SwiftUI Nested ForEach causes Fatal error: each layout item may only occur once

I'm trying to create a LazyVGrid view to display the contents of objects in an array using nested ForEach statements. The code is causing an app crash with the message "Fatal error: each layout item may only occur once". Each object contains an…
tommy
  • 277
  • 2
  • 8
10
votes
1 answer

Unable to run ios app on iOS 14 with flutter

I have just installed iOS 14 beta and updated Xcode to latest Version 12 beta 3. I get an error like *Unable to locate DeviceSupport directory with suffix 'DeveloperDiskImage.dmg'. This probably means you don't have Xcode installed, you will need…
Sulfy
  • 239
  • 4
  • 17
10
votes
3 answers

Can I add WidgetKit extensions to an app with target iOS < 14?

I want to add a (WidgetKit-)widget to my iOS app. The app itself should keep a target of < 14. Obviously, the widget would be available only on those devices >= 14, but the app should run on all other devices as well. Is this possible?
Kai Huppmann
  • 10,705
  • 6
  • 47
  • 78
10
votes
1 answer

UITextField backgroundColor set in Interface Builder is nil at runtime in iOS 14

I have an app that works properly on iOS 11-13, but when I run it in iOS 14 several text fields within it are rendered with a nil, and so transparent, background color even though the background color is set to White explicitly in the Interface…
Avihu Turzion
  • 3,284
  • 4
  • 25
  • 34
10
votes
2 answers

Using PencilKit in dark mode results in wrong color

When in dark mode, it seems that all the color set in PKInkingTool are reversed in brightness. If I choose a bright red I got a dark red, and vice versa. For example, if I use UIColorPickerViewController to select a color: PKInkingTool(.pencil,…
Lim Thye Chean
  • 8,704
  • 9
  • 49
  • 88
10
votes
2 answers

Can SwiftUI 2.0 new features introduced in WWDC 2020 run on iOS 13?

SwiftUI has new features for Grid lists with lazy loading and PageView that I'm interested in implementing in my existing SwiftUI app compatible with iOS 13. Let's say I compile my app in Xcode 12 and add these new codes, will it be compatible with…
Filipe Sá
  • 372
  • 1
  • 5
  • 15
9
votes
3 answers

Creating ads in Facebook for iOS14 app not working

I'm trying to set my first FB/IG campaign for an hybrid app made by me with angular/capacitor: This is my app link on app store But the ads form doesn't recognize it and keep saying "choose an app itunes ID". I tried app ID, app store url, app…
Nemus
  • 1,322
  • 2
  • 23
  • 47
9
votes
4 answers

Why is iframe blank only with iOS?

There is an html page that works correctly on any Windows and Android (shows content of iframe). Hosting by Github Pages. It works on iOS version 12.5.1, but no on 14.6 (blank page on Chrome, Safari, Opera). Why? Tried src with wikipedia - ok…
Viewed
  • 1,159
  • 3
  • 16
  • 43
9
votes
1 answer

Requesting tracking authorization on iOS 14 always returns "denied"

I'm trying to test the iOS 14 tracking popup. It shows up when I test it on the Simulator, but not on a real device (iOS 14.3). I have already read this post (IDFA iOS14 returns denied without displaying auth popup). But turning on the tracking…
Lukas Würzburger
  • 6,543
  • 7
  • 41
  • 75