List methods of an objc class?

Is it possible to list the methods of an objc class? I try with method names from the apple documentation, but with no luck for using Bluetooth Core.

Sorry for the delay.

This is not currently possible in Codea. Adding auto-complete support of every possible member/method would probably add too much to the memory usage of Codea, but maybe we could expose some functionnalities for listing members at runtime using objective-c reflection.

I’ll try experimenting with this idea.