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

ios14 - Button Title and Image Not getting Displayed

Button title and image not geting rendered. Works fine in iOS13 and below, but after updating to Xcode12.0.1 and iOS14, it is not working. let viewAllButton: RoundedButton = { let button = RoundedButton() …
Kedar Sukerkar
  • 1,410
  • 1
  • 16
  • 22
-1
votes
1 answer

Why will SwiftUI not display both views correctly?

Essentially the Map view needs to be pinned to the top of the display. The scrollview will have the circle photo offset over the map, when pulled up the entire scrollview will cover the map view. I thought this would be easy to achieve but I forgot…
RealTechyGod
  • 121
  • 1
  • 1
  • 11
-1
votes
1 answer

iOS13 and 14, WebView didFinish not work. it not call when comeback from second page after call goBack()

iOS13 and 14, WebView didFinish not work. it not call when comeback from second page after call goBack() Step open webview click some url and then redirect to second page press back by call goBack() on navigation bar webview redirect to first page…
ThePinyo
  • 1
  • 1
-1
votes
1 answer

Xcode 12 + SwiftUI List: List row overlay on tap sticking

Here is my list view: struct ContentView: View { let colors: [Color] = [.red, .green, .yellow, .orange, .blue, .black, .pink, .purple, .gray] var body: some View { NavigationView { List { …
SVP
  • 2,773
  • 3
  • 11
  • 14
-1
votes
1 answer

Supporting different Lifecycle methods in same multiplatform(iOS, macOS, watchOS, tvOS) app

This SwiftUI-Kit is a open source project, which acts as a way for showcasing all SwiftUI components and it supports all Apple platforms. The project was created in Xcode 12 beta, with the new SwiftUI App protocol for handling the app's lifecycle…
imthath
  • 1,353
  • 1
  • 13
  • 35
-1
votes
2 answers

PHPicker delegate error: PHPickerViewControllerDelegate doesn't respond to picker:didFinishPicking

In WWDC20 apple introduced PHPicker, the replacement for UIImagePickerController. I have a wrapper NSObject class witch handles all the configuration and presentation of image picker controller, now I'm replacing the implementation to support…
Fabiosoft
  • 1,141
  • 14
  • 32
-2
votes
2 answers

UINavigationBar.appearance().isTranslucent not working

When I use this: UINavigationBar.appearance().backgroundColor = UIColor(named: "brown") I get a nav bar that has the correct brown and it is translucent. But I don't want it to be translucent, I just want it to be my brown color. So, I add…
Kenny Wyland
  • 20,844
  • 26
  • 117
  • 229
-2
votes
1 answer

What opt in rate can be achieved with Apple’s iOS14 ATT prompt?

As of iOS14 Apple require a permission prompt to use IDFA for advertising. Can anyone who has implemented the App Tracking Transparency (ATT) framework already share rough percentages of users who tap Allow vs. Don’t Allow? Some articles have…
Henry Heleine
  • 673
  • 2
  • 9
  • 28
-2
votes
1 answer

ios 14 ,swipe up to go Home, automatically open picture in picture failed

iOS 14 uses a custom player, and when you enter the background, it will not automatically start picture in picture.
-2
votes
2 answers

Show popup message (toast) from screenshot with my text

How can i show this popup message? With my text instead "Safari pasted from VK"
alexbayker
  • 882
  • 9
  • 19
-2
votes
1 answer

Adding weak Subview is causing crash for iOS14

I get crash logs for users with iOS14. Can I do anything about it, or should I wait till iOS14 is officially there? Here is myCustomTableViewCell with a textField: class TextTVCell: UITableViewCell, UITextFieldDelegate { weak var delegate:…
FrugalResolution
  • 568
  • 4
  • 18
-2
votes
1 answer

Cannot send data using GKMatch.sendData(toAllPlayers:, with: ) in IOS 14

I am writing a multiplayer gamein iOS using Gamekit. I am trying to send data from a player to other using below methods match.send(data, to: [player], dataMode: .reliable) match.sendData(toAllPlayers: data, with: .reliable) It works fine on ios 13…
Mithra Singam
  • 1,905
  • 20
  • 26
-3
votes
1 answer

The document “Main.storyboard” requires at least Xcode 12.0

I am working on Xcode 12. And I created a new project on Xcode 12. I compile & run it successfully. when I run this project on Xcode 11.3 then It throws an error like: The document “Main.storyboard” requires at least Xcode 12.0 . So, help me to fix…
Kumar Lav
  • 234
  • 1
  • 3
  • 9
1 2 3
75
76