Mobile Developer Question: Download Mobile Developer PDF

Tell me the name of that application thread from where UIKit classes should be used?

Tweet Share WhatsApp

Answer:

UIKit classes should be used only from an application's main thread. Note: The derived classes of UIResponder and the classes which manipulate application's user interface should be used from application's main thread.

Download Mobile Developer PDF Read All 52 Mobile Developer Questions
Previous QuestionNext Question
Which framework is used to construct application's user interface for iOS?Which API is used to write test scripts?