You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Explain Handoff, and in general, how it allows iOS and Mac/web apps to communicate?
38
38
* What technologies/services are contained inside of iCloud?
@@ -61,7 +61,7 @@ Contributors: Original work by [Cameron Banga](https://twitter.com/cameronbanga)
61
61
* Give a brief overview of what sensors, IO and communication methods (Wifi, telephony, etc) are available on iOS. How can you make use of these?
62
62
* What are the hardware performance differences among the iPad 2 / iPad mini 1-3, iPad Retina, iPad Air 2, iPhone 5, 5s, 6, and 6+. What do these constraints mean for performance intensive apps?
* Why do Cocoa Touch classes start with two capital letters?
@@ -76,15 +76,15 @@ Contributors: Original work by [Cameron Banga](https://twitter.com/cameronbanga)
76
76
* There is a regression in a new distributed version of our app causing crashes. How do you mitigate it? How will you prevent new bugs from reaching customers?
77
77
* How are Objective-C classes implemented? Describe how the Objective-C runtime is implemented.
78
78
* What security does iOS offer to protect customers and privileged information?
79
-
* Our app downloads data and displays it immediately. In accordance with MVC where is the best place to perform the download?
79
+
* Our app downloads data and displays it immediately. In accordance with MVC where is the best place to perform the download?
80
80
* How does MVC influence the design of a codebase?
81
81
* What methods are part of the controller life-cycle? The view life-cycle?
82
82
* What design patterns does iOS make use of? What design patterns do you use in your codebase?
83
83
* What queues does iOS provide and how can you best utilize them?
84
84
* Give a brief description of how `UIScrollView` is implemented. How does it operate with gesture recognizers, multiple touches and the run loops?
0 commit comments