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 } }
Ios Developer Interviews
Ios Developer Interview Questions
"iOS developers specialize in creating applications for iPhone and iPad. During an interview, expect employers to ask challenging technical questions about the limits and capabilities of iOS applications in addition to textbook programming questions. Be prepared to discuss relevant projects from past jobs or individual work."
7,861 ios developer interview questions shared by candidates
Are you a US Citizen?
Why do you want to join Oura?
They focused on a couple of technical stuff I picked up in previous projects, like iOS architecture.
The questions were on Swift basics components, protocols, local DB usage, Notifications, Rx will be a plus point.
Why should we hire you?
At some point in the interview the PM pretty much told me that they don't really care about code quality as long as you're able to deliver on a tight schedule
Coding test
Wasn't asked any questions.
How I would manage a bug that the team encountered for a feature.
Viewing 841 - 850 interview questions