What was meant by a deep vs. shallow copy?
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,848 ios developer interview questions shared by candidates
Series of data structure + algorithm questions centered around finding prime numbers. 1) A function to determine if a given number is prime. 2) A function to return all the primes up to a given number. 3) A function to return the prime factorization of a given number.
what if i ask you to give me a real world example of delegates
MVC Architecture, Problems with MVC, MVVM architecture, UITableViews, UICollectionViews
The problem was pretty similar to Confusing Number II from LeetCode, I encourage everyone to really try to solve at least one problem each day.
First Round, 3 iOS question about delegate, method swizzling and others, then a question about chunk palindrome Second Round, get common element from two trees and design a tree class and its function Third Round, a matrix problem from book: Cracking the coding interview Fourth Round, basic iOS question and a very easy question
Explain function that determines if cell is alive or dead
How to prevent infinite loops
Consume the data api by deserializing into a native type(s), and use your type(s) to populate a UI as spec'ed.
add a debugging function to a view so it print a tree of the view and its subviews. follow up: what information will be useful to print
Viewing 311 - 320 interview questions