最近つかっているNSNotificationCenterがかなり便利だったのでまとめてみた。 おすすめの使い方はいくつかあるが、その一つを紹介する 今回NSNotificationCenterで主に使うメソッドは以下の2つ [[NSNotificationCenter defaultCenter] addObserver: selector: name:object:] [[NSNotificationCenter defaultCenter] removeObserver: name: object:] @implementation Keyboard -(void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:animated]; //キーボード表示・非表示の通知を開始 [[NSNotificationCenter defau