Closed chourobin closed 12 years ago
So I moved this parts of the logic into the viewDidLoad method and the appDelegate and now it works fine. I dont know if this is a bug with IIViewDeckController where I am unable to set the title and image of the tabbaritem during the initialize phase.
This is a bug. The tabbaritem isn't proxied, but it should (same as with navigationController etc). I'll add it.
Should work now. Was a hard one.
Awesome job, looks good.
Currently using a tabbarcontroller with an IIViewDeckController, however, the tabbaritem image does not appear.
In the viewcontroller: init: self.tabbaritem.image = [UIImage imagedNamed:@"example.png"];
In the TabbedExample, I also notice the first tabbar icon is missing.
Any suggested workarounds?