1.

Name The Application Thread From Where Uikit Classes Should Be Used?

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.

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.



Discussion

No Comment Found