|
@@ -51,7 +51,7 @@ class AccountsViewController: UITableViewController {
|
|
|
}
|
|
|
|
|
|
override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
|
|
|
- let cell = tableView.dequeueReusableCellWithIdentifier("Cell", forIndexPath: indexPath) as! UITableViewCell
|
|
|
+ let cell = tableView.dequeueReusableCellWithIdentifier("Cell", forIndexPath: indexPath)
|
|
|
|
|
|
let services = Array(itemsGroupedByService!.keys)
|
|
|
let service = services[indexPath.section]
|