ScottRobbins / DeclarativeLayout

A declarative, expressive and efficient way to lay out your views.
MIT License
5 stars 0 forks source link

Add ability to add views/layout guides using defaulted arguments #23

Closed ScottRobbins closed 5 years ago

ScottRobbins commented 5 years ago

In the cases that you don't need to update the layout after the initial time, this makes it much easier to add things like container views, stackviews, etc.

completes work for this issue