diff options
author | ven <vendethiel@hotmail.fr> | 2015-10-07 09:20:43 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-10-07 09:20:43 +0200 |
commit | 4d8202a55ba369fb5d808112935e6a3fb3fe392f (patch) | |
tree | eaae6529c6452584cba72a2e1fb6f6b7b1bf0acd | |
parent | d6f45adb94a3e7a16896c5301199baf8a96f6754 (diff) | |
parent | f53f50aad135025cae04ff9b28f6bf11c8e45bfd (diff) |
Merge pull request #1380 from cwalk/obj-c
[objective-c/en] Added additional reading for both iOS and OS X for Objective-C
-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) |