アプリのUIバーにタイトルを挿入できるようにするこのコードがあります(間違っていなければ)。
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(ApplicationDidBecomeActive:) name:UIApplicationDidBecomeActiveNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(goToAlbum) name:@"GetAlbumNotif" object:nil];
self.title = @"Events List";
これについてのオリエンテーションを教えてください。ありがとう!