Andy, Blair,
Some of my more useful editable views start with a container view that
has one subview and a proportional layout manager that sizes the subview
to fill the top-level container. The container view itself, and a
proportional layout manager are arguably "wasted". This could be poor
design on my part, or it might be limitation of MVP.
An alternative would be to derive from the embedded presenter class.
However, that sounds a lot like the beginner's error of using
inheritance when containment/delegation is appropriate.
Some time ago, I observed that being able to set the #name of a
top-level view _might_ eliminate some gratuitous container views. IIRC,
you made a good argument that it didn't make sense to name a top-level
view. That might still be the case, but given that CompositePresenter
is gone (all presenters are composites), maybe not??
Any thoughts on whether I might be missing something? Failing that, how
hard would it be to name a top-level view? I probably do not need to
mention that given that capability, something else might present as a
show-stopper, making the whole exercise a waste of time.
Have a good one,
Bill
--
Wilhelm K. Schwab, Ph.D.
[hidden email]