Life is Really Short, Have Your Life!!

ござ先輩の主に技術的なメモ

ViewController初期化の注意

MenuTableというUITableViewControllerがある場合、

× menutable = [UITableViewController alloc]init];

○ menutable = [MenuTable alloc]init];

newするクラスがスーパクラスになっちゃうと、サブクラスの初期化関係の処理は走らないよね。継承ってそーゆーもんだったよね。

あああああ、やっちまったあああああ。1時間半もむだにした・・・。