AceMobileInterview

iOS track

General topic questions

RunLoop vs DispatchQueue

HardOccasional

Free section · general topics & algorithms

How does the main RunLoop relate to GCD main queue?

Reveal model answer
Main RunLoop processes input sources/timers; DispatchQueue.main schedules blocks that eventually run on the main thread. Timers/DisplayLink interact with RunLoop modes; scroll tracking uses tracking mode.
Keychain + BiometricsPreferenceKey