Reusable v2.1.0 Release Notes

    • ➕ Added support for direct instantiation of arbitrary UIView from a nib.
      @jakubvano #5

    There is now a dedicated NibLoadable protocol which can be used on any arbitrary UIView (even non-"reusable" views) to load it from a XIB (via the loadFromNib() function injected via the protocol extension).

    _The NibReusable protocol still exists for reusable cells but is now declared just as a combination of both the Reusable and NibLoadable protocols.