Commit Graph

35 Commits

Author SHA1 Message Date
Levi Bostian
db691596bb Move statements out of @interface that did not allow file to compile. Fix various typos/confusing wording. 2014-01-03 12:50:35 -06:00
Levi Bostian
fff847f09e Add @autoreleasepool as alternative to NSAutoreleasePool object. 2014-01-01 19:01:50 -06:00
Levi Bostian
8e04611520 Add automatic reference counting examples. 2013-12-31 14:59:51 -06:00
Levi Bostian
dff26a28af Add memory management examples. 2013-12-31 14:59:51 -06:00
Levi Bostian
ce770c61df Add simple NSSet example. 2013-12-31 14:59:48 -06:00
Levi Bostian
03ada8d975 Add instance variable definition examples. 2013-12-30 18:14:04 -06:00
Levi Bostian
f15a2b5f78 Add more data type examples.
Add NSMutableSet examples.
2013-12-30 18:14:04 -06:00
Levi Bostian
18f669089e Add examples of methods to work with NSSets.
Add note of NSSets being unordered.

Remove for loop to iterate on NSSet. Moved for loop to loop section.
2013-12-30 18:14:04 -06:00
Levi Bostian
0b73244aa3 Add data types with examples. 2013-12-30 18:14:04 -06:00
Levi Bostian
643a3ec67b Add getters and setters examples. 2013-12-30 18:14:04 -06:00
Levi Bostian
5d5f3309fa Add more description to @property getters and setters. 2013-12-30 18:14:04 -06:00
Wesley Hill
3ea52a1084 corrected issue on floating point literals. 2013-09-09 01:30:43 +01:00
Dave Caunt
1e6aff4a7b Fixed inconsistencies in class implementation and protocol naming 2013-09-04 12:58:06 +01:00
Dave Caunt
147cc58761 Fixed typo in Parameter 2013-09-04 12:56:58 +01:00
Dave Caunt
01150e5309 Fixed For loop example so that jj is not incremented twice in each iteration of the loop 2013-09-04 12:38:47 +01:00
JakeHurlbut
dcdfd9114f Corrected Array Object NSLog Call 2013-08-17 18:06:23 -04:00
Seva Baskin
50ac50f05f Update objective-c.html.markdown
Fixed a few typos
2013-08-15 23:25:51 +01:00
Adam
50e49eced1 Line length edits to objective c 2013-08-13 10:30:44 -07:00
Yannick Loriot
0932765947 [NEW] Protocol Implementation 2013-08-13 16:58:13 +02:00
Yannick Loriot
664d592bc7 minor change 2013-08-13 16:50:22 +02:00
Yannick Loriot
3fe1c3c8a5 minor update 2013-08-13 16:49:23 +02:00
Yannick Loriot
0d41a64056 [UPDATE] Object Creation 2013-08-13 16:46:16 +02:00
Yannick Loriot
50c3526247 minor updates 2013-08-13 16:34:12 +02:00
Yannick Loriot
5d800b25e4 [NEW] Try-Catch-Finally 2013-08-13 16:32:16 +02:00
Yannick Loriot
24d9cde488 [NEW] Statements 2013-08-13 16:22:40 +02:00
Yannick Loriot
0970cb8010 minor update 2013-08-13 16:09:38 +02:00
Yannick Loriot
25f4c7e80a minor fixes 2013-08-13 16:07:58 +02:00
Yannick Loriot
0040ce616b [UPDATE] Object Declaration 2013-08-13 16:04:20 +02:00
Yannick Loriot
947c137680 minor fixes 2013-08-13 15:52:11 +02:00
Yannick Loriot
0bd403fdb9 [UPDATE] Literals Examples 2013-08-13 15:50:09 +02:00
Yannick Loriot
a29c4ee753 [Refactoring] Literals 2013-08-13 15:25:47 +02:00
Yannick Loriot
48fcef441f [ADD] Hello World! 2013-08-13 14:56:09 +02:00
Yannick Loriot
d842eb4f81 minor fixes 2013-08-13 14:45:49 +02:00
Yannick Loriot
5b182eb5e9 [UPDATE] Authors 2013-08-13 14:38:39 +02:00
Yannick Loriot
4283f0c964 [FIX] filename 2013-08-13 14:32:20 +02:00