Question library

Find the right iOS interview question in seconds

Search by title or keywords, narrow by topic, difficulty, or tag, then open a question for a full write-up with code and a short exercise to practice your answer.

Tags

Select any combination. A question must include every tag you pick (AND).

Any tag
Difficulty: Intermediate

What collection types are available in Swift, and when would you use each one?

Explain Swift's protocol-driven collection model, then compare Array, Set, Dictionary, and Range by behavior, complexity, hashing, ordering, copy-on-write, and thread-safety tradeoffs