Skip to content

2.7.0

Compare
Choose a tag to compare
@uias-bot uias-bot released this 02 Jan 15:34

Improvements to layouts and insetting 🍺

Added

  • centerDistributed to TMBarLayout.Alignment to center align all bar buttons.

Updated

  • Removed AutoInsetter as a dependency.
  • Child insetting logic now utilises additionalSafeAreaInsets only on iOS 11 and above.

Fixed

  • #449 Infinite loop that could be caused by recursive layout calls.
  • #487 Issue where child contents could be requested to layout before being added to the view hierarchy.
  • #478 Issue where bar could fail to inset children when created dynamically for the page view controller.