iOS

明示的なreleaseは死亡フラグ

「あるUIViewControllerが表示されるたびに、メンバ(例えば何らかのUIViewクラスとか)を作り直したい」ということが度々あり、何となく以下のような実装をしていました。(hogeViewメンバは @retain @synthesize 指定済) -(void)viewWillAppear:(BOOL)anim…

Storyboardを使用したViewControllerで "Could not load NIB in bundle" エラーが出たときの対処

先日強烈にハマったのでメモ。 Storyboardを使用したViewController、どう初期化するか? xcode - initWithNibName method in storyboard - Stack OverflowStoryboardを使用したViewControllerを実装しているのですが、「ViewControllerオブジェクトの初期化…