¡@

Home 

2014/10/15 ¤U¤È 10:10:06

iphone Programming Glossary: homeviewcontrollerbase

unrecognized selector sent to instance

http://stackoverflow.com/questions/5637203/unrecognized-selector-sent-to-instance

its nib HomeViewController in nib MainViewController Landscape its nib HomeViewController Landscape in nib HomeViewControllerBase no nib Base class where all outlets and item configuration code exists. Outlets are used by both child classes below. Outlets.. by both child classes below. Outlets are linked to controls in each of the main nibs. HomeViewController Inherits from HomeViewControllerBase HomeViewController Landscape Inherits from HomeViewControllerBase So whats happening is that the child class is trying to.. of the main nibs. HomeViewController Inherits from HomeViewControllerBase HomeViewController Landscape Inherits from HomeViewControllerBase So whats happening is that the child class is trying to dealloc its base class which has all the outlets in it . I have..