iOS sample project to put colored squares on the view.
Lead Ios Developer Interview Questions
6,357 lead ios developer interview questions shared by candidates
4 square at the bottom of the scree, each with one color, once you select one square, the selected color will be that color. (this part was prebuilt by them) Now, use may select any of these colors, and tap on the screen, you should create a square with that color and put it on the screen . Next, add a number to each square you put on the screen, e.g. if there are 2 green, 1 blue already in the screen next green one should be 3. (Use a dictionary to track latest number for each color, tracker = [UIColor: Int]) next implement undo functionality (use a stack) last introduce a redo functionality (use a second stack) On site interview: Hit an API that returns photos, create a photo browsing app like Instagram)
can you share an example of a challenging bug you encountered during a project and how you resolved it?
Difference between weak and strong
What is enum, protocol, difference between class and struct where to use them n all
How many years of experience do you have developing apps in iOS?
introduce your self?
Create an iOS app that mimics Transformer fighting sequence.
What is a retain cycle?
Oop , database git commend
Viewing 1111 - 1120 interview questions