diff options
| author | Vojta Svoboda <vojtasvoboda.cz@gmail.com> | 2015-10-07 14:26:18 +0200 | 
|---|---|---|
| committer | Vojta Svoboda <vojtasvoboda.cz@gmail.com> | 2015-10-07 14:26:18 +0200 | 
| commit | bff40e2f9816974abd29322f2a50455f51acd22e (patch) | |
| tree | 01177dd231841fea5dea3aa6546fde8d6630f5d3 /objective-c.html.markdown | |
| parent | 6dabd9568d2a99e7bbc079d0466588bf68a42283 (diff) | |
| parent | 5c677e8071291520297ef3d5d8374c6d11285744 (diff) | |
Merge branch 'master' into translation/brainfuck-cs
Diffstat (limited to 'objective-c.html.markdown')
| -rw-r--r-- | objective-c.html.markdown | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/objective-c.html.markdown b/objective-c.html.markdown index 91b84b47..407ba3c8 100644 --- a/objective-c.html.markdown +++ b/objective-c.html.markdown @@ -5,6 +5,7 @@ contributors:      - ["Eugene Yagrushkin", "www.about.me/yagrushkin"]      - ["Yannick Loriot", "https://github.com/YannickL"]      - ["Levi Bostian", "https://github.com/levibostian"] +    - ["Clayton Walker", "https://github.com/cwalk"]  filename: LearnObjectiveC.m  --- @@ -747,4 +748,8 @@ __unsafe_unretained NSArray *unsafeArray; // Like __weak, but unsafeArray not se  [Programming with Objective-C. Apple PDF book](https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/ProgrammingWithObjectiveC.pdf) +[Programming with Objective-C for iOS](https://developer.apple.com/library/ios/documentation/General/Conceptual/DevPedia-CocoaCore/ObjectiveC.html) + +[Programming with Objective-C for Mac OSX](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html) +  [iOS For High School Students: Getting Started](http://www.raywenderlich.com/5600/ios-for-high-school-students-getting-started) | 
