i have in my project a mainpage interited from uiviewcontroller. and any subpage is inherited from a subviewcontroller, that is an inherited uiviewcontroller, just with some overwritten behaviours and some new functions.
problem in that case is, that the class-model generated by xcode does not display that one inheritation between uiviewcontroller and subviewcontroller. how can i bring xcode to make this arrow there ?