This morning before I went out, I threw together the plumbing and a very basic view for Edit Project.

My insistence on non-standard navigation patterns is coming to bite me in the ass. On the WIP view, Edit has to be invoked from the title menu (whats shown here) which shows an action sheet first. You can't present sheets on top of sheets in iOS, so I'll have to come up with something else.

Funnily enough, I ran into this problem at work too a year or two ago. Our solution then was to dismiss one sheet, then present the second one... which is honestly not great. I could push a new view onto the navigation stack instead but I'm not sure.

Next milestone

While I think about my navigation woes, I'll continue working on the implementation of views and their plumbing. I'll try to set up the view model next so its functional.