Appleの公開している2つのサンプルでUISearchDisplayControllerの使い方をメモしておく。 UISearchDisplayControllerとは 検索画面で検索したらリアルタイムに候補がUITableViewに表示されるやつ。 サンプルについて Appleは2つのサンプルを公開している。CoreDataなどを使わないシンプルなものなのでこれを読むのが一番良い。 1つ目。Simple UISearchBar with State Restoration https://developer.apple.com/library/ios/samplecode/TableSearch/Introduction/Intro.html 入力された文字列そのまま検索 2つ目。Advanced UISearchBar https://developer.apple.com/libr