YagomCareerStarterCamp-6 / Interview-study-in-swift

1 stars 0 forks source link

[10주차] Q3_UIKit 클래스들을 다룰 때 꼭 처리해야하는 애플리케이션 쓰레드 이름은 무엇인가? #32

Open Judy-999 opened 1 year ago

Judy-999 commented 1 year ago
Groot-94 commented 1 year ago
Judy-999 commented 1 year ago

UIKit 클래스는 반드시 main 스레드 또는 main dispatch queue에서 처리해야 합니다. 특히 UIResponder에서 파생되거나 앱의 사용자 인터페이스 조작과 관련된 클래스에서는 엄격하게 적용됩니다.