---
title: "Name the application thread from where UIKit classes should be used?"  
description: "Name the application thread from where UIKit classes should be used?"  
author: "Anonymous User"  
published: 2015-08-09  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/12766/name-the-application-thread-from-where-uikit-classes-should-be-used  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# Name the application thread from where UIKit classes should be used?

**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.

## Answers

### Answer by Anonymous User

**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.


---

Original Source: https://www.mindstick.com/interview/12766/name-the-application-thread-from-where-uikit-classes-should-be-used

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
