Create custom class for Navigation Controller (Immediate crash)
问题 I'm working on a Storyboards based app which constitutes of multiple view controllers linked via a Navigation Controller (initial view controller). This is used as the home screen. I'm using static cells and a static table view . Now, I want to hook up some labels, buttons, etc as outlets/actions to " the .h " file and subsequently write custom methods in the .m file. But (as expected?) there's yet no custom class to select from in the identity inspector . So I created a new custom class as a