Layout v0.3.3 Release Notes

Release Date: 2017-06-27 // almost 7 years ago
    • โž• Added LayoutLoading protocol, for loading arbitrary views or view controllers from XML
    • ๐Ÿ›  LayoutVC errors are no longer passed up to parent, which fixes a bug with reloading after an error
    • ๐ŸŽ Significantly improved property setting performance - at least 2X faster
    • ๐Ÿ”€ Loading of nested XML files is now synchronous, avoiding a flash as subviews are loaded
    • ๐Ÿ‘Œ Improved default frame behavior, and added unit tests
    • โž• Added support for UITableView, UITableViewCell, and UITableViewController
    • โž• Added custom initializer support for views/controllers that require extra arguments
    • โž• Added support for layoutMargins in expressions