2014-08-11から1日間の記事一覧

Swift で UITableView の実装

Swift で UITableVIew を使ってみます。 手順 StoryBoard で UITableView, UITableVIewCell を配置する。 ViewControllerでは、UITableViewDataSource, UITableViewDelegateを継承し、初期処理でdeletegate,dataSourceの設定を行う。 ※もちろんStoryBoardか…