On 18/08/15 21:59, Peter Uhn��k wrote:
And finally, code-wise I've never really interacted with Morphic and
stayed in Spec, so when I was digging through code it seems that the way
Morphs are composed are through these "addMorph:fullFrame: (LayoutFrame
identity rightFraction: 0.10; yourself);" constructs sprinkled
haphazardly throughout the code. Is there nothing like SpecLayout?
Sure, just take a look at LayoutPolicy and subclasses. I feel like we're missing a constraints based or grid layout in Morphic.