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...
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...
1
© 2022 - 2024 — McMap. All rights reserved.