art-technologies/swift-focuser

strange behavior on presentation dismiss

naveedmcs opened this issue · 2 comments

strange behavior on presentation dismiss

I have login screen and signup screen. when I pop from register to login. by presentation dissmiss. pop transition is disturb

I have this when setting initial focus on the first form field in a navigation view and then user decides to go back to the previous view. The disappear transition glitches. Only workaround I found is to delay setting the initial focus in onAppear, e.g.
Delay.executeAfter(0.75) { focusedField = FormFields.Email }