rundfunk47 / stinsen

Coordinators in SwiftUI. Simple, powerful and elegant.
MIT License
822 stars 87 forks source link

How to correctly use focusFirst #122

Open KovalchukLTD opened 10 months ago

KovalchukLTD commented 10 months ago

I have A>B>C>D forms, and i want to pop to A without showing B and C by focusFirst. Now when we use focusFirst user sees B and C forms. Maybe exist another way to achieve this effect?

sshnip commented 8 months ago