I have an IB plugin that contains myController
. I can set some properties of the controller in IB's Inspector. These properties are saved in the nib file but at runtime, myController doesn't init with these properties (they aren't read from the nib file).
How do I fix this problem?