Hi,
how do I pass a data model (which I've created on my own) to the UITabBarController (which is my root view) in my AppDelegate?
The problem is, that UITabBarController (e.g. addController) doesn't include
my model (e.g. addController.model). So I would have to subclass it. Is this a proper solution?
Regards,
rubyruby
how do I pass a data model (which I've created on my own) to the UITabBarController (which is my root view) in my AppDelegate?
The problem is, that UITabBarController (e.g. addController) doesn't include
my model (e.g. addController.model). So I would have to subclass it. Is this a proper solution?
Regards,
rubyruby