Right now Loafs are presented modally which has issues when you want to display them non-intrusively. Namely you can't:
- Present another controller (ie. a standard alert) while a Loaf is being presented.
- Transition out of the presenting controller or push a new controller on top.
It would be nice to better "attach" loafs to presenting controllers by adding them as child view controllers (and inserting the loaf view in the view hierarchy directly).
Do you think that would be feasible while preserving the custom presentations?
Right now Loafs are presented modally which has issues when you want to display them non-intrusively. Namely you can't:
It would be nice to better "attach" loafs to presenting controllers by adding them as child view controllers (and inserting the loaf view in the view hierarchy directly).
Do you think that would be feasible while preserving the custom presentations?