How to I pass @selector as a parameter?

后端 未结 5 1035
[愿得一人]
[愿得一人] 2021-01-30 07:00

For the method:

[NSThread detachNewThreadSelector:@selector(method:) toTarget:self withObject:(id)SELECTOR];

How do I pass in a @selector? I tr

5条回答
提交回复
热议问题