Layout v0.4.3 Release Notes

Release Date: 2017-07-20 // almost 7 years ago
    • โž• Added support for UITableViewHeaderFooterView layouts for table footers and headers
    • You can now define UITableViewCell and UITableViewHeaderFooterView templates inside the XML for a table
    • Enabled setting the properties of a UITableViewCell.contentView and backgroundView using expressions
    • Errors inside UITableViewCell layouts now appear in red box instead of being silently discarded
    • โž• Added support for percentage-based font sizes
    • ๐Ÿ‘Œ Improved performance when using nested XML file references by avoiding redundant view creation
    • ๐ŸŽ Optimized view property update performance
    • Using CGColor and CGImage constants now works correctly
    • โž• Added better support for CoreFoundation and CoreGraphics types
    • Further improvements to auto-sizing behavior
    • ๐Ÿ›  Fixed bug where Red Box scrollView delegate could get bound to a custom controller