ScottRobbins / DeclarativeLayout

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

Add documentation about layout component returns #9

Closed ScottRobbins closed 5 years ago

ScottRobbins commented 5 years ago

Recently i added the option to get layout components returned when calling something like addSubview( instead of passing in a closure that received the component. This is to give an option that may be easier in certain circumstances for frameworks built on top of DeclarativeLayout.

This currently isn't documented in the README

ScottRobbins commented 5 years ago

done here