Is there anyway nested xib with another xib file? -
what want do, have uiview uitoolbar via ib, , uitoolbar customized via ib, want set set uitoolbar xib file, not load source?
is possible?
thanks.
- create
uitoolbar
in uiview xib-file. - change class of uitoolbar uitoolbar mycustomtoolbarsubclass(choose yours subclass) in ib.
it's important have mycustomtoolbarsubclass custom uitoolbar. , have declare parent uitoolbar. change object, uiviewcontroller or choose parent class when create new class uitoolbar.
also there many solves problems custom toolbars. helps me.
Comments
Post a Comment