Posts

Post marked as solved
14 Replies
I can't add a bank account anymore. Apple seems to have removed the link.
Post not yet marked as solved
20 Replies
I have a textField (for doing searches in map) placed on top of a MapView using ZStack. When I type on the textField in XCode 11 on Simulator, there was no problem. Everything worked. Then in XCode 12, the app started crashing the minute I tapped on 'Enter' on the keyboard and the keyboard went away. Aside from the error you mentioned, I also get: "[LayoutConstraints] Unable to simultaneously satisfy constraints."
Post not yet marked as solved
31 Replies
Big problems with SwiftUI Navigation:- you cannot use gestures (double tap, swipe) to trigger navigationlink. I'd like to tap once to go to detail view, tap twice to edit current row -- you cannot do this with navigationlink, but you could do this with the old UINavigationController;- you cannot push or pop using gestures;- after using NavigationLink and you go back, it stops working in Simulator (this bug still exists in 11.3.1);