A riddle of mangoes
Ios Engineer Interview Questions
7,324 ios engineer interview questions shared by candidates
Give these two API’s, plus an enum and struct: enum Alignment { Left, Right, Center } class Size { int width; int height; } // returns the dimensions for a character Size getCharSize(char c); // Draws a character at the specified location, with // (0,0) being the top left. This method does NOT // understand the newline character. Once rendered, // there is no way to delete a character. void drawCharAt(char c, int x, int y); Show how you would implement code for this function: void renderText(String text, int screenWidth, Alignment alignment);
What can you produce to address the coding exercise?
Generate an app that made flood fill.
How do you layout this screen ?
2nd round: Asked in iOS design pattern, push notifications, firebase, linked list etc.
3rd round: lot of question from project, covered corner cases.
1st round: Basic questions related with swift.
4. Strong, weak and retain cycle?
When would you use MVVM in designing iOS apps?
Viewing 1361 - 1370 interview questions