I have a UITabBarController that I would like to assign to another object so that the object can control it:
Gharlististewebbracentrroler = itself .Stab Controller;
During this assignment the values of both self.stTabBarController
and watchListView.tabBarController
are 0x0.
How can I specify for UITabBarController?
assignment (at least syntax) is the right thing. The problem is that you are in a time when the source property itself has not been determined.
Without knowing more about this when it is happening, what is the problem, it is difficult to guess. At what point are you trying to call this? Is the admin ever present? Will the property display non- zero
at some later time?
Comments
Post a Comment