うちのいぬ Tech Blog

Tech Blog of Uchinoinu/My dog

TableView

選択された Cell の背景色を変更

func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell { var cell = tableView.dequeueReusableCellWithIdentifier("{cellIdentifier}", forIndexPath: indexPath) as! HogeCell // セルの背景色はな…