Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: getwagit/Baya

0.2.0

08 Jan 13:54
3e2778c

Choose a tag to compare

0.1.0

21 Sep 13:07

Choose a tag to compare

  • Simplified API
  • Improved documentation
  • Removed reversed linear layout

0.0.13

10 Aug 15:51

Choose a tag to compare

  • Improved the underlying concept of the proportional layout. Now measurement is responsible for calculating the proportional size while layout expects the correct size as input if a measure pass was done beforehand. This is now possible thanks to the wrapContent and matchParent layout modes.
  • Fixed an issue with the scroll layout where the scroll container aka scroll view was not sized correctly.

0.0.12

07 Aug 10:10

Choose a tag to compare

  • Adds the BayaMarginsLayout
  • Adds an extension to UIViewController to deal with uncontrollable margin changes to its root UIView

0.0.11

03 Aug 13:01

Choose a tag to compare

  • Fixes a bug in FlexibleContentLayout not respecting matchParent

0.0.10

18 Jul 08:45

Choose a tag to compare

  • Fixes an issue with square layout as a child of equal segments

0.0.9

06 Jul 09:33

Choose a tag to compare

  • More tests for equal segments and paged scroll
  • Fixes bug in equal segments

0.0.8

30 Jun 15:50

Choose a tag to compare

  • Adds startMeasure method for cases where measure information has to be accessed outside of the framework, e.g. in a UICollectionViewCell

0.0.7

30 Jun 13:20

Choose a tag to compare

  • Integrates the layout modes matchParent and wrapContent into all layouts.
  • Adds missing tests.
  • Removes the group layout.

0.0.6

27 Jun 14:16

Choose a tag to compare

  • Adds BayaGroupLayout
  • Modifies BayaFrameLayout to act more like a frame.