Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Overlay and transform

Compare
Choose a tag to compare
@staguer staguer released this 05 Oct 23:02
· 10 commits to master since this release
d1b2a03
  • On OverlayLayout the primary layout parameter is now an array of layouts rather than a single layout.
  • The view recycling mechanism in the makeViews method now resets the transform and anchorPoint for recycled views before handing them off to client code for configuration.
  • Minor warnings and playgrounds fixes.