Changes

Jump to: navigation, search
no edit summary
self.tableView.dequeueReusableCellWithIdentifier(
"AttractionTableCell", forIndexPath: indexPath)
as ! AttractionTableViewCell
let row = indexPath.row
let cell = tableView.dequeueReusableCellWithIdentifier(
"AttractionTableCell", forIndexPath: indexPath)
as ! AttractionTableViewCell
</pre>

Navigation menu