ios - Where can I see the name passed in to -[UIApplication beginBackgroundTaskWithName:expirationHandler:]? -


in ios 7, new variant of -[uiapplication beginbackgroundtaskwithexpirationhandler:] introduced takes name help debugging. new method, -[uiapplication beginbackgroundtaskwithname:expirationhandler:], has following documentation name parameter:

the name display in debugger when viewing background task.

where/how 1 name to displayed in debugger?


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -