Preguntas de programación orientada a objetos
Junior Ios Developer Interview Questions
6,313 junior ios developer interview questions shared by candidates
Why did you get into engineering?
Talk about the lifecycle of a view controller
What is iphone reference library?
For this swift code below, what's the order of things being printed out in the console? class Master { lazy var detail = Detail(master: self) init() { Swift.print("Master init") } deinit { Swift.print("Master deinit") } } class Detail { var master : Master init(master : Master) { Swift.print("Detail init") self.master = master } deinit { Swift.print("Detail deinit") } } func createMaster() { var master: Master = Master() var detail = master.detail } createMaster()
Add something cool to the app.
From JSON file implement UI.
About my work history, work style and experience
Do you test mobile applications
iOS Questions, mini project and a follow up, server questions
Viewing 841 - 850 interview questions