formotion icon indicating copy to clipboard operation
formotion copied to clipboard

Nav stack forms crash

Open pachun opened this issue 12 years ago • 3 comments
trafficstars

If you try to push a form with more than 1 section onto a navigation stack, it crashes the app. You can set the root of the navigation controller to a form with more than one section and it works. Also, pushing a form with only a single section works with a warning upon hitting the back arrow in the nav bar. The warning says something about unobserved notifications.

pachun avatar Sep 23 '13 21:09 pachun

Interesting; can you upload a reproducible project?

clayallsopp avatar Sep 25 '13 05:09 clayallsopp

I believe #162 is related to this issue. In that issue I've uploaded a gist with formotion controller.

Omnipresent avatar Oct 17 '13 11:10 Omnipresent

@clayallsopp I've created a reproducible project here: https://github.com/Omnipresent/issue162

Omnipresent avatar Oct 17 '13 12:10 Omnipresent