#author("2016-12-08T14:14:26+09:00","default:wikiwriter","wikiwriter") #author("2016-12-09T13:38:05+09:00","default:wikiwriter","wikiwriter") [[UIKit/テーブル]] &tag(UIKit/テーブル/空状態を表現する); *目次 [#be9faf21] #contents *関連ページ [#zb6f4d1c] *参考情報 [#p6374ce5] -[[dzenbot/DZNEmptyDataSet: A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display:https://github.com/dzenbot/DZNEmptyDataSet]]…有名ライブラリ。しかしObjective-C。 --[[【デザイナーが喜ぶ】コンテンツが空のときのユーザビリティを向上させる【DZNEmptyDataSet】 - Qiita:http://qiita.com/naoyashiga/items/5ea8b1b241bca4572d73]] -[[SzabZappDesigntemplates/Custom-UITableView-with-empty-view: Public repository for our blog post about how to create a custom UITableView with an empty view.:https://github.com/SzabZappDesigntemplates/Custom-UITableView-with-empty-view]]…ダミービュー。 --[[SzabZappDesigntemplates/Custom-UITableView-with-empty-view: Public repository for our blog post about how to create a custom UITableView with an empty view.:https://github.com/SzabZappDesigntemplates/Custom-UITableView-with-empty-view]] -[[iphone - Handling an empty UITableView. Print a friendly message - Stack Overflow:http://stackoverflow.com/questions/15746745/handling-an-empty-uitableview-print-a-friendly-message]] -[[iphone - Handling an empty UITableView. Print a friendly message - Stack Overflow:http://stackoverflow.com/questions/15746745/handling-an-empty-uitableview-print-a-friendly-message]] -[[UITableView: Display Message In Empty Table View | Ryan Wright:http://www.ryanwright.me/cookbook/ios/objc/uitableview/empy-table-message]] *基本的な方法 [#w1412a2e] -基本は正規のデータが存在しないUITableViewのbackgroudViewなどにビューをロードする。正規のビューがある場合はバックグラウンドから削除する。 -またはダミーセルを追加する。