Skip to content

UITableViewとUISearchBar

   

UITableViewとUISearchBarを組み合わせたサンプルです。
ナビゲーションバーにある虫眼鏡を押すとSearchBarが現れ、そこに文字を入力することで検索結果が表示されます。

UITableView

基本的なテーブルビューの例文を以下に示します。

alt

関連記事

  1. UserNotification(LocalNotification)
  2. 音声認識(SFSpeechRecognizer)
  3. UITextField
  4. cafファイルの作成
  5. UINavigationBar
  6. UILabel
  7. 現在時刻の取得