我试图在 iPhone Simulator 4.0 上运行此代码并得到该错误
//#ifdef __IPHONE_4_0
UIDevice *device = [UIDevice currentDevice];
if ([device respondsToSelector:@selector(isMultitaskingSupported)] && device.multitaskingSupported)
{
}
//#endif
有没有人以前用模拟器做过多任务处理?请帮我。
非常感谢
东都