Questions tagged [swiftui-14.3-defect]
2 questions
13
votes
1 answer
.navigationTitle aways creates an autolayout-constraint conflict
Environment: Xcode Version 12.3 (12C33)
Version 12.3 (12C33)
I notice that the NavigationTitle breaks the autolayout after updating to Xcode 12.3 RC.
Here's a simple example (revised to modern syntax per comment):
import SwiftUI
struct…

Frederick C. Lee
- 9,019
- 17
- 64
- 105
0
votes
0 answers
ServicesDaemonManager interruptionHandler is called. -[FontServicesDaemonManager connection]_block_invoke
I'm getting a memory error when I try and access the keyboard in another view, that has nothing to do with fetching contacts. The view I am in allows one to update information via TextField and the other view, Contact.swift is where I get the…

David
- 333
- 1
- 2
- 14