ios13.4 Questions

1

Solved

Here is the exact code that I am running on iOS 13.4/Xcode 11.4: import SwiftUI struct TestView: View { var body: some View { VStack() { Text("Hello") } .frame(minWidth: .infinity) } } st...
Hussy asked 5/5, 2020 at 21:50

2

We have an app that uses WKWebview, but sets allowsLinkPreview to false because we don't want link preview behavior. It seems that starting with iOS 13.4, on devices that don't have 3D touch functi...
Tracay asked 8/4, 2020 at 17:36
1

© 2022 - 2024 — McMap. All rights reserved.