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.

  1. create uitoolbar in uiview xib-file.
  2. 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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -