Skip to content

Releases: MohamedShiha/EZConstraints

Minor Fix

06 May 05:50
Compare
Choose a tag to compare

This update contains the following bug fix:

  • Fixed the issue where aspect ratio is not applicable for multiple views.

Minor Improvement

06 May 04:59
Compare
Choose a tag to compare

This update contains the following improvement:

  • Improved the ability of laying out, sizing and centering multiple views.

Minor Bug Fixes

05 May 05:52
Compare
Choose a tag to compare

This updates contains the following:

  • Fixed the issue where assigning a constant when laying out bottom to safe area would be negative.
  • Fixed the issue where assigning a constant when laying out right to safe area would be negative.

New features and Bug fixes

05 May 05:24
Compare
Choose a tag to compare

This version contains the following features and bug fixes:

  • Added a multiplier for size, width, height anchor.
  • Fixed the laying in super view behaviour where it always lay to top.
  • Some function signatures are more readable and recognizable.

Minor Update

05 May 00:48
Compare
Choose a tag to compare

This update contains the following:

  • Updated project metadata.
  • Updated code snippets in ReadMe.

Minor Update

05 May 00:18
Compare
Choose a tag to compare

This update contains the following fixes:

  • Fixed the misleading naming of some functions.
  • Fixed the errors in the examples.

Few Added Features

04 May 02:24
Compare
Choose a tag to compare

This update contains the following:

  • Changed some functions signature to be more descriptive.
  • Added a new feature allowing the views to be laid out using aspect ratio (width:height).
  • In addition this functionality can be applied to a group of views.

New Alignment features

03 May 21:24
Compare
Choose a tag to compare

This update includes the following:

  • Added the ability to align the center X anchor of a view to the right or left anchor of another view.
  • In addition, the ability to align the center Y anchor of a view to the top, first baseline, last baseline and bottom anchor of another view.
  • These layout constraints can also be added to a. group of views.

Updated metadata

27 Apr 03:45
Compare
Choose a tag to compare

This version contains some metadata updates for the project.

New features and bug fixes

27 Apr 03:35
Compare
Choose a tag to compare

This version contains some features and fixed bugs including:

  • Functions signatures are more descriptive.
  • Constraint identifier has a better format.
  • Fixed the issue where centering a view with a specific offset will cause the view to be positioned in the wrong coordinates.
  • Fixed the issue where calling some functions and passing constant will cause the view to move on the wrong direction.
  • Fixed the issue. where some functions weren't accessible in the project scope.