Software Engineer Ios Interview Questions

7,861 software engineer ios interview questions shared by candidates

Given the below code, how would you update a name label IBOutlet? class PreferencesVC: UIViewController { var profile: Profile! func updateViews() { // Update nameLbl } } class Profile { var name: String? func update(name newName: String) { name = newName } }
avatar

Senior IOS Engineer

Interviewed at Brave

4.4
Jul 22, 2018

Given the below code, how would you update a name label IBOutlet? class PreferencesVC: UIViewController { var profile: Profile! func updateViews() { // Update nameLbl } } class Profile { var name: String? func update(name newName: String) { name = newName } }

Viewing 841 - 850 interview questions

Glassdoor has 7,861 interview questions and reports from Software engineer ios interviews. Prepare for your interview. Get hired. Love your job.