| 関連するかも情報 | 
            
              
              
              これ忘れてエラー出てた。
  「register(UITableViewCell.self, forCellReuseIdentifier: "MyCell")」
  006 UITableViewでテーブルを表示 · GitBook http://docs.fabo.io/swift/uikit/006_uitableview.html 
              
              
              
              
              [t] 2017-09-18 12:08:53
              
             | 
            
              
              
              【話題急上昇中ワード】 1. 台風一過 2. てんぐ 3. ミュージックステーション 4. 北海道檜山地方 5. 田崎史郎 6. 中部空港 7. タニノフランケル 8. 敬老の日 9. 降着 http://searchranking.yahoo.co.jp/realtime_buzz/ #buzzbot 
              
              
              
              
              [t] 2017-09-18 12:10:15
              
             | 
            
              
              
              【話題急上昇中ワード】 1. 観月ありさ 2. EXシアター 3. ミュージックステーション 4. Mステ 5. 弘中アナ 6. 謎肉 7. 北海道檜山地方 8. 台風一過 http://searchranking.yahoo.co.jp/realtime_buzz/ #buzzbot 
              
              
              
              
              [t] 2017-09-18 13:10:15
              
             | 
            
              
              
              やっぱり AppDelegate で UINavigationController を自前で生成するしかないのかな。UIViewController に navigationController なんてあるから何かのメソッドでも呼べば有効化されるのかなと思ったのに。 
              
              
              
              
              [t] 2017-09-18 13:47:39
              
             | 
            
              
              
              UINavigationController(rootViewController: myFirstViewController)
  012 UINavigationControllerの表示 · GitBook http://docs.fabo.io/swift/uikit/012_uinavigationcontroller.html 
              
              
              
              
              [t] 2017-09-18 13:48:41
              
             | 
            
              
              
              "The nearest ancestor in the view controller hierarchy"
  navigationController - UIViewController | Apple Developer https://developer.apple.com/documentation/uikit/uiviewcontroller/1621860-navigationcontroller 
              
              
              
              
              [t] 2017-09-18 13:49:14
              
             | 
            
              
              
              編集ボタンを左上に表示。
  navigationItem.leftBarButtonItem = editButtonItem
  editButtonItem - UIViewController | Apple Developer https://developer.apple.com/documentation/uikit/uiviewcontroller/1621471-editbuttonitem 
              
              
              
              
              [t] 2017-09-18 14:05:39
              
             | 
            
              
              
              【話題急上昇中ワード】 1. 高橋洋子 2. 謎肉 3. Mステ 4. 岡崎体育 5. 観月ありさ 6. EXシアター 7. 遊佐浩二 8. テーゼ 9. ミュージックステーション http://searchranking.yahoo.co.jp/realtime_buzz/ #buzzbot 
              
              
              
              
              [t] 2017-09-18 14:10:14
              
             | 
            
              
              
              UITableView でだいたいやりたいことをサンプルコードで実装して動くところまで確認できた。次はこれを自分のアプリに組み込む。 
              
              
              
              
              [t] 2017-09-18 14:33:04
              
             | 
            
              
              
              「Settings(設定)とPreferences(ユーザー設定)は複数の選択肢があり、無効化するものではないというニュアンス」
  技術英語 http://qiita.com/aosho235/items/ef7a99396f69442d2cf2 
              
              
              
              
              [t] 2017-09-18 14:49:54
              
             | 
            
              
              
              「Configuration(構成)はユーザー向けにカスタマイズするもの(ユーザーでなくアプリケーション提供者が予め設定しておくということか?)」
  技術英語 http://qiita.com/aosho235/items/ef7a99396f69442d2cf2 
              
              
              
              
              [t] 2017-09-18 14:50:09
              
             | 
            
              
              
              技術英語 Options, Settings, Properties, Configuration, Preferencesの違い - Qiita http://qiita.com/aosho235/items/ef7a99396f69442d2cf2 
              
              
              
              
              [t] 2017-09-18 14:50:53
              
             | 
            
              
              
              Options, Settings, Properties, Configuration, Preferences — when and why? - Stack Overflow https://stackoverflow.com/questions/2074384/options-settings-properties-configuration-preferences-when-and-why 
              
              
              
              
              [t] 2017-09-18 14:51:03
              
             | 
            
              
              
              canEditRowAtIndexPath indexPath canMoveRowAtIndexPath indexPath
  [Swift] UITableViewの編集モードを制御して「削除のみ許可」,「ソートのみ許可」を実現 http://qiita.com/krimpedance/items/c930d808f4eeb12bdb5c 
              
              
              
              
              [t] 2017-09-18 14:52:24
              
             | 
            
              
              
              [iOS] ナビゲーションコントローラのトランジションを手軽に差し替える方法 | Developers.IO http://dev.classmethod.jp/smartphone/iphone/ios-navtransition/ 
              
              
              
              
              [t] 2017-09-18 14:54:43
              
             | 
            
              
              
              これが簡単そうかなー。
  EZ-NET: UINavigationController のアニメーションを変更する : Objective-C プログラミング http://program.station.ez-net.jp/special/handbook/objective-c/uinavigationcontroller/animation.asp 
              
              
              
              
              [t] 2017-09-18 14:58:29
              
             | 
            
              
              
              【話題急上昇中ワード】 1. 高橋洋子 2. 謎肉 3. 岡崎体育 4. Mステ 5. 遊佐浩二 6. インフルエンサー 7. LOVEマシーン 8. 観月ありさ 9. EXシアター http://searchranking.yahoo.co.jp/realtime_buzz/ #buzzbot 
              
              
              
              
              [t] 2017-09-18 15:10:15
              
             | 
            
              
              
              UIBarButtonItem, UIBarButtonSystemItem.FlexibleSpace
  ios - UIToolBar アイテムの位置をコードで指定する方法をお教え下さい https://ja.stackoverflow.com/questions/13163/uitoolbar-%E3%82%A2%E3%82%A4%E3%83%86%E3%83%A0%E3%81%AE%E4%BD%8D%E7%BD%AE%E3%82%92%E3%82%B3%E3%83%BC%E3%83%89%E3%81%A7%E6%8C%87%E5%AE%9A%E3%81%99%E3%82%8B%E6%96%B9%E6%B3%95%E3%82%92%E3%81%8A%E6%95%99%E3%81%88%E4%B8%8B%E3%81%95%E3%81%84 
              
              
              
              
              [t] 2017-09-18 15:25:41
              
             | 
            
              
              
              Twitter Kit でログアウトするときは Twitter.sharedInstance().sessionStore.logOutUserID(userID) を使うらしい。 
              
              
              
              
              [t] 2017-09-18 15:57:01
              
             | 
            
              
              
              How to make User logout from twitter fabric ios - Stack Overflow https://stackoverflow.com/questions/28961014/how-to-make-user-logout-from-twitter-fabric-ios 
              
              
              
              
              [t] 2017-09-18 15:57:06
              
             |