In UISpliteViewController, we can use preferredPrimaryColumnWidthFraction to custom master detail view's frame, what about SwiftUI?
.navigationViewStyle(DoubleColumnNavigationViewStyle())
Post
Replies
Boosts
Views
Activity
When my first time try to add a Xcode Server to Xcode 9 on my Macbook Pro, it appears something strange: It asked me to enter a password of "xcsd"but it isn't my computer login passwaod or Apple ID password, and in my keychain access, something call "xcsd" appear and it is read-only .Because I don't know the mystery password, so I click refue, and the Xcode tell me that: "Could not export API server SSL certificate: Error Domain = NSOSStatusErrorDomainCode = -128"userCanceledErr"And the next time I try to do it again, Xcode shows: Could not create client certificate authority: Error Domain=Security Code=-25293 "The user name or passphrase you entered is not correct." UserInfo={NSLocalizedDescription=The user name or passphrase you entered is not correct.}How can I get rid of this annoyed dialog? Thanks