我可以调用带有2个参数的NSThread函数detachNewThreadSelector:toTarget:withObject:吗? [英] Can i call a NSThread function detachNewThreadSelector: toTarget: withObject: with 2 parameters?

查看:52
本文介绍了我可以调用带有2个参数的NSThread函数detachNewThreadSelector:toTarget:withObject:吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想调用一个函数,该函数使用上述函数使我的主线程卡住,以便它可以在diff线程中运行.但是问题是我的函数有2个参数.有可能这样做吗?

I want call a function which makes my main thread stuck using the above function so that it can run in a diff thread. But the problem is that my function have 2 parameters. Is it possible to do so?

推荐答案

将使用函数所需的所有参数构建的 NSDictionary 作为对象简单传递(使用字典).

Simply pass as the object an NSDictionary built using all of the arguments needed by your function (can be even more than two using the dictionary).

在与作为选择器传递的功能有关的代码中,然后从字典中检索作为存储在字典中的对象的参数.

In the code related to the function you pass as a selector, you then retrieve from the dictionary your arguments as the objects stored within the dictionary.

这篇关于我可以调用带有2个参数的NSThread函数detachNewThreadSelector:toTarget:withObject:吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆