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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -