ios14 Questions
3
Solved
I have a SwiftUI List with a background. In iOS 13 I was successful in making the List transparent, so that the background will show through, by setting UITableView attributes in an init(). With iO...
1
Is there a way to show the user's current photo selections when presenting a PHPickerViewController manually? For example, when using the following code the picker doesn't show any of the user's cu...
Applejack asked 28/9, 2020 at 20:45
3
iOS 14's UIMenu seems to be able to be presented from any UIBarButtonItem or UIButton / UIControl, but I how would I present it from a generic UIView?
3
I have followed all the instructions for setting up the Facebook iOS SDK.
All I want to do is track install events on iPhone devices, so I can run Ads on iOS 14.
I have:
Added my iOS app to my Face...
Kaka asked 31/7, 2021 at 6:48
3
Solved
Is there a way to disable the native keyboard avoidance on iOS14?
There is no keyboard avoidance in iOS13, so I want to implement my own, but when I do the native one on iOS14 is still active, so b...
4
Solved
If a user uses the Document App template in Xcode to create a SwiftUI app, macOS starts them off with a new document. This is good. I can work with that to present onboarding UI within a new docume...
Reference asked 30/8, 2020 at 2:39
4
Solved
I use this code to check if I have access to the user location or not
if CLLocationManager.locationServicesEnabled() {
switch CLLocationManager.authorizationStatus() {
case .restricted, .denied:
...
Canea asked 26/9, 2020 at 4:13
2
I have a problem with the new PHPickerViewController on iOS 14. When my app request for photo library authorization, the system will prompt the user with three options, and if the user selects &quo...
Earmark asked 27/10, 2020 at 4:30
3
Solved
I can able to access didFinishLaunchingWithOptions by below implementation. But, I need UIWindow variable. I don't know how to get it. I'm using Xcode 12 beta. iOS14, SwiftUI lifecycle.
import Swi...
7
I am seeing the following error in iOS14, I am not sure if it is a bug or a user error :-)
I appreciate it is still in beta, so I will post this in the developer forums as well.
I am seeing the fol...
11
I am extremely new to iOS, with no iOS development experience at all, however, I've been given a task that's related to preparing for iOS 14+. Based on what I've found https://support.google.com/ad...
Ana asked 25/8, 2020 at 21:26
2
I am trying to create a custom document icon for my multi-platform (iOS 14 - macOS Big Sur) app.
So, for macOS, it's pretty easy, I can either attach a legacy icon, or better, supply a combination ...
Professional asked 30/9, 2021 at 9:29
8
Solved
Using iphone 11 iOS-14 device and simulator, I have deleted THE podfile and podlock of my flutter app and trying to rebuild the app in debug MODE, i am using the latest firebase dependencies includ...
Griner asked 30/9, 2020 at 19:7
2
Solved
I have lately been trying to make a widget and wanted to share a piece of data between my widget and my app.
static var sharedDataFileURL: URL {
let appGroupIdentifier = "group.com.unknownst...
9
Solved
What actual method calls, excluding Bonjour, triggers the "would like to find and connect to devices on your local network" permission notification on iOS 14?
This is the screen shot from...
16
After adding an extension target to Xcode project and trying to run it on iOS 14, I'm getting an error:
SendProcessControlEvent:toPid: encountered an error: Error Domain=com.apple.dt.deviceprocessc...
3
Solved
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 tr...
3
Solved
With iOS14 users can set different email client apps as their default.
Is there a way to open the selected default mail app programmatically?
Using mailto: URLs, after setting the default mail app ...
5
Solved
iOS 14 adds the ability to display menus upon tapping or long pressing a UIBarButtonItem or UIButton, like so:
let menu = UIMenu(children: [UIAction(title: "Action", image: nil) { action ...
2
Solved
I'm working on a new iOS app with with widgets. Written in SwiftUI.
Most of my code is shared between the Widget target and the App target, but there are some minor style changes I want to make bet...
4
Solved
Tapping a WidgetKit widget automatically launches its parent application. How can I detect if my application was launched from its WidgetKit widget extension?
I'm unable to find any documentation o...
3
I'm trying to add buttons to a widget having family type ".systemLarge". I want to execute some code without opening the app.
Anyone knows how to do that?
For example the Shortcuts App Wi...
2
I have several iOS14 Home screen Widgets ready for my app and return them all in WidgetBundle like this:
@main
struct WidgetsBudle: WidgetBundle {
@WidgetBundleBuilder
var body: some Widget {
Wi...
6
Solved
With Xcode 12 there is a new default warning which will throw a warning anywhere you #import or #include with "quotes.h" instead of <brackets.h>.
Warning: "Double-quoted inclu...
Gaston asked 17/9, 2020 at 23:24
2
I am working on a music app that supports CarPlay. Is there a way to identify if the app is connected/disconnected from the Carplay? I can't find any helpful documentation regarding this.
Any insig...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.