Ternary operators in Swift? i.e. let result = score > 85 ? "Pass" : "Fail"
Ios Software Engineer Interview Questions
967 ios software engineer interview questions shared by candidates
Detect palindrome without using .reverse(). I had a choice to write a complete code on whiteboard using a language of my choice OR even just a pseudo code
What do you do in your downtime between projects
Whats a hard technical challenge you worked on that relates to this position
Qual foi o maior desafio em sua carreira?
How is the SDLC process at your current company?
How does VIPER work or is architected?
What is output of following: struct Singleton { static let shared = Singleton() var value = 5 } var singletonObj = Singleton.shared singletonObj.value = 44
They ask you basic iOS questions and behavioral questions.
What’s the difference between setLayout, layoutIfNeeded, layoutSubview?
Viewing 931 - 940 interview questions