Skip to content

2.1.0

Compare
Choose a tag to compare
@AliSoftware AliSoftware released this 01 Feb 10:15
· 249 commits to main since this release
  • 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.