I've designed my custom view in xib. I have CustomView.h/m
+ CustomView.xib
. In xib file I set view class to CustomView.
Now I want to use this view in other xib. I've created another xib, added view and set it class to CustomView
, but it's not loaded.
How to load my CustomView correctly?