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

Releases: Otbivnoe/Framezilla

2.2.1

01 Aug 13:55
Compare
Choose a tag to compare

Fixes

  • Fixed bug with scrollview as a superview when contentSize == .zero.
  • Fixed bug with not correct superview configuration when view.superview.superview == nil.

2.2.0

30 Jun 09:12
Compare
Choose a tag to compare

Features:

  • Added margin(inset:) method.
  • Added centerX(between view1: view2:) and centerY(between view1: view2) methods.
  • Added >> and << operators for simplify configuration.

2.1.2

03 Jun 14:43
Compare
Choose a tag to compare

Fixes:

  • Fixed not correct behaviour for subviews of UIScrollView. Now maker configures frame relatively scrollview's content size.

2.1.0

20 May 14:20
Compare
Choose a tag to compare

Features:

  • Added center(to:) method.

Changes:

  • Renamed nui_state to nx_state due to runtime conflict with Objective-C library - Framer.

Improvements:

  • Added workspace with example project.

2.0.0

20 Feb 17:25
Compare
Choose a tag to compare

Features:

  • Added RelationView - now it's not possible to forget to point out side relation: nui_top, nui_right etc in configuration method
  • State now supports AnyHashable value
  • Added support for multiple states in one configuration block
  • Added simple stack view
  • Added configuration method for array of views.
  • Added special Number protocol for comfortable working with additional configuration values. Earlier you must have been configured offset, inset values only by CGFloat.

Fixes:

  • Fixed not correct behaviour of edges(insets:) method.

Changes:

  • Removed например and по_сути optional methods
  • Renamed configureFrames(state: installerBlock) to configureFrame(state: installerBlock).

Improvements:

1.2.1

21 Dec 15:22
Compare
Choose a tag to compare

Fixes:

  • Fixed bug when could't configure center relations relatively supeview wthout own superview.

1.2.0

10 Dec 11:36
Compare
Choose a tag to compare

Features:

  • Added equal(to:, insets:) method. It's similar to edges(insets:), but you can configure equality to another view, not a superview.

1.1.0

12 Nov 11:01
Compare
Choose a tag to compare

Features:

  • Added heightToFit and widthToFit methods.

Changes:

  • Renamed naprimer to например
  • Added по_сути property (RU only).

Hello, World!

21 Dec 15:22
Compare
Choose a tag to compare