Skip to content

Instantly share code, notes, and snippets.

@rockname
Created December 3, 2018 08:43
Show Gist options
  • Select an option

  • Save rockname/ad3ac8dc610f9771baa113208539f48b to your computer and use it in GitHub Desktop.

Select an option

Save rockname/ad3ac8dc610f9771baa113208539f48b to your computer and use it in GitHub Desktop.
class SimpleDataSource: NSObject, UITableViewDataSource {
private var tasks: [Task] = []
func load(with tasks: [Task]) {
self.tasks = tasks
}
.
.
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment