Skip to content

Instantly share code, notes, and snippets.

@catqbat
Created May 4, 2017 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save catqbat/cff0d01682e03f2e0c262cd7a762d0f3 to your computer and use it in GitHub Desktop.
Save catqbat/cff0d01682e03f2e0c262cd7a762d0f3 to your computer and use it in GitHub Desktop.
locationsList.allowsSelection = true;
locationsList.dataSource = mainModel.dataSource!;
locationsList.delegate = mainModel.dataSource!;
locationsList.reloadData();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment