Skip to content

Instantly share code, notes, and snippets.

@kilon
Created September 9, 2016 18:26
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 kilon/08fa36c85d31c76179e20cbc8e4c08ee to your computer and use it in GitHub Desktop.
Save kilon/08fa36c85d31c76179e20cbc8e4c08ee to your computer and use it in GitHub Desktop.
SpecList
registeredColorsList := ListModel new.
registeredColorsList
items: Color registeredColorNames;
backgroundColorBlock: [ :item | Color named: item ];
title: 'Registered colors'.
registeredColorsList openWithSpec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment