babylonhealth / Bento

Swift library for building component-based interfaces on top of UITableView and UICollectionView 🍱
MIT License
374 stars 11 forks source link

Remove workarounds that are superseded by `PreSizingLayoutPassRequiring`. #154

Closed andersio closed 5 years ago

andersio commented 5 years ago

These workarounds were introduced to mitigate the height computation issues of vertically stacked multiline labels. Now that we have introduced the formal mechanism to address this class of issues, i.e. PreSizingLayoutPassRequiring, we should now remove them.

Completes #151.