Entries from 2017-06-22 to 1 day

ControllerからDataSourceを切り離す

データソースクラスのヘッダーにUIKitインポート #import <UIKit/UIKit.h> データソースクラスのヘッダーにUITableViewDataSource準拠の宣言 @interface TableDataProvider : NSObject<UITableViewDataSource> ViewControllerクラスでデータソースクラスのインスタンスをプロパティで保持 @property</uitableviewdatasource></uikit/uikit.h>…