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

2.0.0

Compare
Choose a tag to compare
@Otbivnoe Otbivnoe released this 20 Feb 17:25
· 113 commits to master since this release

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: