- Types of properties - stored & computationals - What is properties - Find max number - [1,1,2,3,4,5,7,7] - Find second max number - Design patters in Swift - Singleton swift design pattern - Security features - Dependancy injection with Viper architecture - What Is protocol , how we are using it - Architectures - How we are achieving 2 way binding in MVVM - iOS application life cycle state - Xcode unit test cases - NSOperationgroup
Ios Developer Engineer Interview Questions
7,874 ios developer engineer interview questions shared by candidates
Searching for a word in a list of words. They wanted exact solution for this.
Photoshop has a function fill color that will fill color inside a given shape. You need to write a method that fill color. This method takes 2d array, coordiates x, y from where it will start filling the color inside whole shape. If any of the coordiante is already filled with color, leave it and move ahead. fill_color(int arr[][], int x, int y)
No interview questions since I wouldn't give my SSN.
hardest thing to implement regarding business logic
Difference between value and reference types
What happens if I set the bounds property to some UIView. Where is it used in real practice?
Write a function to find elements that repeat a given N times in a given L list. The array is not numbers and we are comparing references of objects.
How does SwiftUI view know to update its view? Can you explain the differences between @State, @Binding, @StateObject, @ObservedObject
What are the differences between classes and structs? Can you tell me how they are handled in memory? In the case of SwiftUI and UIKit, what are the differences?
Viewing 5291 - 5300 interview questions