Write the retain counts of a particular variable at each line of code.
Ios Software Developer Interview Questions
7,870 ios software developer interview questions shared by candidates
They asked me to fix one bug from their backlog.
Copy vs deep copy
why do you want to leave?
The most unexpected thing they asked me to do was waste my time on two ridiculously long projects without giving me proper feedback on why I wasn't selected.
What is optionals in swift
- Describe the SOLID principle in your own words. - What architecture that you usually use when developing an iOS app, why did you choose that and what are the advantages and disadvantages.
Some questions about my experience.
In iOS, what are dispatch groups?
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 831 - 840 interview questions