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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -