标签: ios cocoa cocoa-touch
在iOS 7中,引入了-[UIApplication beginBackgroundTaskWithExpirationHandler:]的新变体,其名称为帮助进行调试。新方法-[UIApplication beginBackgroundTaskWithName:expirationHandler:]具有name参数的以下文档:
-[UIApplication beginBackgroundTaskWithExpirationHandler:]
-[UIApplication beginBackgroundTaskWithName:expirationHandler:]
查看后台任务时在调试器中显示的名称。
在调试器中显示的名称将在何处/如何显示?