質問

SwiftTutorialのCreate Table Viewにて、セルが表示されるようにしたい。

URL

https://developer.apple.com/library/prerelease/ios/referencelibrary/GettingStarted/DevelopiOSAppsSwift/Lesson7.html#//apple_ref/doc/uid/TP40015214-CH8-SW1

サンプルプロジェクトに関して Githubなどでよいのでしょうか??

https://github.com/tommottom/FoodTracker

現状行った事。

・MealTableViewCell.swiftファイルを生成
・TableViewControllerをMain.Stroyboardに配置した。
・TableViewCellのReuseIdentifierに「MealTableViewCell」を設定
・TableViewCellのClassから「MealTableViewCell」 を選択する。
・Stroyboard EnrtyPointは、TableViewControllerを指定しています。

結果

真っ白なページが表示されます。

解決方法1

TableViewController.swiftファイルを生成して、そこにセクションがいくつで、TableViewがいくつで、というのを書き込めば良いのかなと考えましたが、表示されません。