Swiftgram/AsyncDisplayKit
ricky cancro 89a216b90d Fixes to baseline stack alignment
1) Set the ascender/descender of an ASTextNode when the attributeString is set. Previously ascender/descender were only being computed in `setValuesFromLayoutable` and only when the attribute string was not nil. May make sense to remove the computation from `setValuesFromLayoutable` entirely.
2) Remove ability to allow different children of a stack spec to aling to different baselines. This wasn't working before and I'm not convinced it is possible to do properly/useful enough to invest the time.
3) Have all stack spec run `ASStackBaselinePositionedLayout::compute` to compute the stack's ascender and descender. Even if the stack isn't aligning its children to a baseline, the stack itself may be a child of another stack that IS aligning to a baseline.
2015-10-06 21:41:39 -07:00
..
2015-10-06 21:41:39 -07:00
2015-10-06 21:41:39 -07:00
2015-09-15 09:11:19 -07:00
2015-09-15 00:58:48 +03:00
2015-09-15 12:38:41 -07:00
2015-09-22 13:16:59 -07:00
2015-10-05 20:41:21 -07:00
2015-02-23 14:55:15 -08:00
2014-06-26 22:32:55 -07:00
2015-09-16 20:15:48 -04:00