2.1.0
- 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.