Is that possible without needed to rebuild the whole presenter?
I am trying this code, but it does not work correctly:
self layout remove: (self layout children first).
self layout add: aNewPresenter.
It actually removes the presenter, but the new presenter is not placed at the first place but at the end.
