UIVIew subclass object becomes mysteriously nil in tabbar app
问题 Hola caballeros, I am stumped, mystified, and worse yet, stymied: in my first tab bar project I have an object that is instance of a subclass "BarGraph of UIView, which I've used before without trouble. In this project I do an alloc-init in the viewDidLoad method of the second viewController, graphViewController. This sets up the BarGraph. The data which is read in is displayed properly by that object. The trouble comes when I use a tab to go to a different viewControler where I add to the