ios15 Questions
7
Solved
iOS 15 is out and so is the new release of Safari that brings the ubiquitous pull-to-refresh. Like it or not, single-page apps don't like that too much.
Here's how to disable it on Chrome for iPhon...
Clubby asked 20/9, 2021 at 21:25
7
I am trying to create a share sheet to share a Text, it was working fine in iOS 14 but in iOS 15 it tells me that
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a
relevant wind...
7
I am getting the below error when I build my iOS project in Xcode 13.0 for Simulator 15 with Swift 5.5
13
Solved
I have updated recently to a new iOS 15 and after I built and run my application in Xcode, while have been logged in with a same developer account as before iOS 15 installation, I get this message:...
Wandis asked 21/9, 2021 at 10:46
2
Solved
I have a parent view with a @FocusState variable that I want to pass into a child view that contains a TextField. I want to be able to change the FocusState from within the child view, but I get th...
3
Solved
Having the code of my very simple SwiftUI app attached, I'm struggling with a visual issue:
When navigating between pages inside of a TabView, the tab bar in the bottom has a nice translucent back...
4
Using UITableView with a custom cell. This was working fine till using iOS SDK 14. When start using iOS sdk 15, UITableView gives error upon scrolling.
Error is "Assert UITableView internal in...
Persaud asked 23/6, 2022 at 17:27
2
I have an extension to convert HTML string to NSAttributedString.
After iOS 15 is released, I've seen a lot of crashes from my user. All those crashes are on iOS 15 and occur on the main thread.
He...
Spokane asked 27/9, 2021 at 1:14
7
Solved
I used following code to detect system volume changed by users.
NotificationCenter.default.addObserver(self, selector: #selector(volumeChanged), name: NSNotification.Name(rawValue: "AVSystemCo...
7
Solved
The .animation() modifier has been deprecated in iOS 15, but I'm not sure I understand how Xcode's suggested equivalent, animation(_:value:), works.
.animation(.easeInOut(duration: 2)) // ⚠️'animat...
8
I'm trying to add a SwiftUI view to UIKit view using UIHostingController and it shows extra spacing(This sample is made to simulate an issue on a production app). Here is the screenshot.
Layout ov...
Triiodomethane asked 19/11, 2021 at 9:40
5
ATTrackingManager.requestTrackingAuthorization stopped working on ios 15. Application rejected from Apple.
4
Solved
iOS 15 introduced Focus mode. Apple mentioned that communication apps can query if the device is currently in Focus so we can tell the other person that they might not be notified of messages. Howe...
3
Solved
UPDATE: 2022-09-26
This issue has been fixed on iOS 16. Although the issue is still present on iOS 15 even when the project is compiled with the iOS 16 SDK.
Original question:
On iOS 15, the UIHost...
Kabob asked 21/9, 2021 at 8:44
7
Solved
Apple reviewer has just rejected my app since ATT request doesn't appear: "We are unable to locate the App Tracking Transparency permission request when reviewed on iOS 15.0.1."
My code i...
Examination asked 2/10, 2021 at 17:45
7
Solved
I am trying to run a project on the Xcode13, after running a pod cache clean --all, deleting the derived data, and running a pod update.
When I clean the project and build it
the following error ap...
5
Solved
I am trying to custom change the default font color of hyperlink in a given markdown string with SwiftUI. Something equivalent to txtString.linkTextAttributes = [ .foregroundColor: UIColor.red ] of...
Fernandofernas asked 12/3, 2022 at 0:37
4
Solved
I created a simple demo and only created a UITabBarController's subclass and set in storyboard.
I want to set the TabBarButtonItem's title to an orange color when selected and black color when norm...
Infest asked 17/9, 2021 at 3:53
2
Solved
I'd like to confirm the battery usage of an app I am developing on iOS, specifically on Xcode 13 and iOS 15. (Note: This app previously showed no issues with battery usage on previous versions of i...
Vlad asked 28/9, 2021 at 1:59
2
Solved
We have used the following steps of integrating PIP (Picture in Picture) for WebRTC Video Call:
We are enabling mode of Audio, Airplay, and Picture in Picture capability in our project.
We have a...
1
Solved
iOS 15 added the new and shiny UIKeyboardLayoutGuide to be able to put constraints on views that need to react with the keyboard.
This works great in a single view, but when you have constraints se...
3
Say we have a fixed sidebar, this:
.sidebar {
position: fixed;
top: 0;
left: 0;
min-width: 17em;
height: 100%;
}
When the Safari bottom bar is visible it's ok, but when scrolling down it disa...
Brettbretz asked 25/10, 2021 at 12:44
5
Solved
I tried to create a UIImage from a SwiftUI view, a snapshot, with the code from HWS: How to convert a SwiftUI view to an image.
I get the following result, which is obviously incorrect because the ...
1
This is a copy of a thread I've created on Apple's Forum here
Background
I have an established app in the App Store which has been using NSPersistentCloudKitContainer since iOS 13 without any issue...
Rodrickrodrigez asked 30/8, 2021 at 4:57
2
Solved
I have seen a few articles or video's on iOS 15's new Self._printChanges() function, but can not find any documentation on it anywhere. Does anyone know where Apple documented this new function? It...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.