Hello, all …

A friend and I are creating a playgroundbook that allows users to write code to 
control, among other things, the color of an external device. We would like to 
use the UIColor picker box in the code-completion bar above the keyboard, but 
so far, the only way we know how to include it is to include everything, like 
so:

//#-code-completion(everything, show)

While this certainly works, it includes a bunch of other stuff that is 
overkill. Is there a way to specify, in addition to our own APIs (playSound() 
and setLightColor(), just the color picker? Something like:

//#-code-completion(playSound(), setLightColor(), UIColor(), show)

Regards,

John



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to