This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
2.6.0
Features:
- Added a new more flexible container method:
let container = [content1, content2, content3, content4].container(in: view) {
// configure frame of all subviews
}