Closed blainekasten closed 11 years ago
Try setting the detailViewcontroller to nil when a the menu item is pressed. That may help so we aren't trying to present a view that already exists.
This is fixed by changing the sermon detail from presenting morally within the learn tab, to presenting its on view note navigation stack.
There is a crash right now if under the following steps:
It crashes because each time you select an item in the side tab, it's creating a new instance of sermonViewController, but then it's trying to bring up the same sermonDetailController.
We need to decide on a solid design of how the work flow will go, then I will fix this.