How to start a selector on a background thread.
Answer / Arjun Dwivedi
To start a selector on a background thread in Apple iOS, you can use NSOperationQueue or dispatch_async with GCD (Grand Central Dispatch).
| Is This Answer Correct ? | 0 Yes | 0 No |
Which framework delivers event to custom object when app is in foreground?
What are selectors in objective-c?
What is uiwindow in ios?
Explain application states
What is App Bundle in iOS operating system?
1 Answers TryTechnicals Pvt Ltd,
What is a struct?
What does ns stand for ios?
What is block in ios objective c?
Name the memory management rules and their related methods.
Why do all model object attributes get marked with @dynamic and not synthesised? What does @dynamic mean?
What is background state in ios?
Name and explain the iOS app states.