chey我正在研究一個ipod,我想確保設備支持一些功能的多任務運行...有什麼辦法嗎?我試着用這個 -爲什麼device.multitaskingSupported無法在某些設備上工作?
UIDevice* device = [UIDevice currentDevice];
BOOL backgroundSupported = NO;
backgroundSupported = device.multitaskingSupported;
但上述功能無法正常工作,它在某些設備上崩潰......任何想法?