Name the application thread from where uikit classes should be used?
Answer / Rakesh Kumar Lohani
UIKit classes should be used on the main thread (also known as the main queue) in an iOS app.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between 'assign' and 'retain' keyword?
Which is the super class of all view controller objects?
What is auto-layout?
How can you respond to state transitions on your app?
what is the difference between bounds and frame?
How to start a selector on a background thread.
What are design patterns in ios?
How can we use NSOperation queue? what is the advantage of using it ?
What is ios technology?
How do you stop apps running in the background on ios?
What is tableview datasource?
What is @implementation?