Skip to content

Commit 692f61d

Browse files
committed
Update README
1 parent 77931ac commit 692f61d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Contributors: Original work by [Cameron Banga](https://twitter.com/cameronbanga)
1818
1. [Other References](#references)
1919
1. [License](#license)
2020

21-
####[[]](#contents) <a name='general'>General Questions:</a>
21+
#### [[]](#contents) <a name='general'>General Questions:</a>
2222

2323
* What did you learn yesterday/this week?
2424
* What excites or interests you about making software?
@@ -32,7 +32,7 @@ Contributors: Original work by [Cameron Banga](https://twitter.com/cameronbanga)
3232
* How can apps support other languages, date formats and currencies?
3333
* What is Instruments and how is it useful?
3434

35-
####[[]](#contents) <a name='tech'>iOS Technologies Questions:</a>
35+
#### [[]](#contents) <a name='tech'>iOS Technologies Questions:</a>
3636

3737
* Explain Handoff, and in general, how it allows iOS and Mac/web apps to communicate?
3838
* What technologies/services are contained inside of iCloud?
@@ -61,7 +61,7 @@ Contributors: Original work by [Cameron Banga](https://twitter.com/cameronbanga)
6161
* 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?
6262
* 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?
6363

64-
####[[]](#contents) <a name='code'>Coding Questions:</a>
64+
#### [[]](#contents) <a name='code'>Coding Questions:</a>
6565

6666
* What does Cocoa Touch include and not include?
6767
* Why do Cocoa Touch classes start with two capital letters?
@@ -76,15 +76,15 @@ Contributors: Original work by [Cameron Banga](https://twitter.com/cameronbanga)
7676
* 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?
7777
* How are Objective-C classes implemented? Describe how the Objective-C runtime is implemented.
7878
* 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?
8080
* How does MVC influence the design of a codebase?
8181
* What methods are part of the controller life-cycle? The view life-cycle?
8282
* What design patterns does iOS make use of? What design patterns do you use in your codebase?
8383
* What queues does iOS provide and how can you best utilize them?
8484
* Give a brief description of how `UIScrollView` is implemented. How does it operate with gesture recognizers, multiple touches and the run loops?
8585
* What API would you add or improve on iOS?
8686

87-
####[[]](#contents) <a name='ui'>Interface Questions:</a>
87+
#### [[]](#contents) <a name='ui'>Interface Questions:</a>
8888

8989
* What is the screen resolution of the iPhone 5, 6, 6+. and iPad Air 2?
9090
* What units is the resolution measured in?
@@ -103,7 +103,7 @@ Contributors: Original work by [Cameron Banga](https://twitter.com/cameronbanga)
103103
* What is a modal view?
104104
* What kind of notifications does iOS offer?
105105

106-
####[[]](#contents) <a name='design'>Design Questions:</a>
106+
#### [[]](#contents) <a name='design'>Design Questions:</a>
107107

108108
* What is an iOS app icon? Describe it as best as you can.
109109
* What is the smallest size an app icon could be? What's the largest size it could be?
@@ -116,7 +116,7 @@ Contributors: Original work by [Cameron Banga](https://twitter.com/cameronbanga)
116116
* What are some differences to take into account when building an iPhone app vs an iPad app?
117117
* Describe the importance and role of prototyping when working on an app design.
118118

119-
####[[]](#contents) <a name='appstore'>App Store Questions:</a>
119+
#### [[]](#contents) <a name='appstore'>App Store Questions:</a>
120120

121121
* How do In-App Purchases work? What can be purchased with IAP?
122122
* Have you ever submitted an app to the App Store? Can you explain the general process?
@@ -128,19 +128,19 @@ Contributors: Original work by [Cameron Banga](https://twitter.com/cameronbanga)
128128
* When do purchase receipts need to be verified?
129129
* What is required to display iAds?
130130

131-
####[[]](#contents) <a name='fun'>Fun Questions:</a>
131+
#### [[]](#contents) <a name='fun'>Fun Questions:</a>
132132

133133
* What's a cool thing you've coded recently? What's something you've built that you're proud of?
134134
* What are some things you like about the developer tools you use?
135135
* Who are some of your favorite independent Mac or iOS developers?
136136
* Do you have any pet projects? What kind?
137137
* What would you change about Xcode?
138-
* What is your favorite iOS API?
138+
* What is your favorite iOS API?
139139
* Do you have a pet or favorite bug report?
140140
* What are your favorite ways to investigate a new technology?
141141
* Why are dictionaries called dictionaries? Why not hash tables or hash maps?
142142

143-
####[[]](#contents) <a name='references'>Other References:</a>
143+
#### [[]](#contents) <a name='references'>Other References:</a>
144144

145145
* [iOS Dev Weekly](https://iosdevweekly.com)
146146
* [Accidental Tech Podcast](http://atp.fm)
@@ -157,6 +157,6 @@ Contributors: Original work by [Cameron Banga](https://twitter.com/cameronbanga)
157157
* [Black Pixel blog post on hiring iOS and Mac engineers](http://blackpixel.com/blog/2013/04/interview-questions-for-ios-and-mac-developers-1.html)
158158
* [Macoscope guide to a technical interview](http://macoscope.com/blog/so-you-have-a-technical-interview-at-macoscope/)
159159

160-
####[[]](#contents) <a name='license'>License:</a>
160+
#### [[]](#contents) <a name='license'>License:</a>
161161

162162
Released under the [MIT License](http://opensource.org/licenses/MIT). See LICENSE file for details.

0 commit comments

Comments
 (0)