el-hoshino / NotAutoLayout

Layout your views without Auto Layout constraints, in a much more swifty way.
http://qiita.com/lovee/items/7454c9f27638a8e471fa
Apache License 2.0
179 stars 8 forks source link

Create a new type for storing layout info #98

Open el-hoshino opened 6 years ago

el-hoshino commented 6 years ago

Currently users have to make various properties to conform the LayoutInfoStorable protocol, which is not very easy. So make a new type to store all the information.

Also maybe it's time to refine the setup methods