【发布时间】:2013-08-12 13:53:00
【问题描述】:
我收到一个错误
Obtaining the web lock from a thread other than the main thread or the web thread. UIKit should not be called from a secondary thread
代码NSString *tokenString=[NSString stringWithFormat:@"username=%@&password=%@",[[userName.text lowercaseString] MD5],[password.text MD5]];
我正在使用 MD5 的类文件。我从MD5得到它
这个 md5 导致线程锁我怎样才能消除这个警告
【问题讨论】: