ios - NIB Custom Class -


i have nib view in subclass submenu of class menu. view hooked via iboutlet menu class property of viewcontroller. nothing initialised in code.

i expecting property contain subclass submenu subclass of menu having property instance of menu wouldn't issue. nib when inflated seems return new instance of super class.

is expected behaviour ? have subclass view controller ?


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -