Post

Replies

Boosts

Views

Activity

Reply to [VKDefault] Style Z is requested for an invisible rect
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."
Dec ’20
Reply to Missing/Broken features in SwiftUI [List]
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);
Jan ’20