Reusable v2.5.0 Release Notes

    • ➕ Added the possibility for NibOwnerLoadable confirming custom views to pass an existing instance as owner (used as the File's Owner) in case one already exists. This is especially useful to implement init(coder:) to load the content of the XIB as subviews of self after initialization. See MyCustomWidget.swift for an example.
      @AliSoftware