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

2.6.0

Compare
Choose a tag to compare
@Otbivnoe Otbivnoe released this 26 Dec 05:31
· 24 commits to master since this release

Features:

  • Added a new more flexible container method:
let container = [content1, content2, content3, content4].container(in: view) {
  // configure frame of all subviews
}