Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Review docs for added rouge lexers and update those with new highlighters | Adam | 2014-09-08 | -1/+1 |
| | ||||
* | Remove duplicate Categories section. | Levi Bostian | 2014-03-19 | -151/+1 |
| | | | | Fix small typo. | |||
* | Add to exceptions section. Add NSError reference. | Levi Bostian | 2014-03-19 | -3/+0 |
| | ||||
* | Merge with master. | Levi Bostian | 2014-03-19 | -4/+191 |
| | ||||
* | Merge pull request #486 from levibostian/objective-c-protocols | Adam Bard | 2014-01-29 | -8/+212 |
|\ | | | | | Objective-C protocols, categories, and extensions | |||
| * | Add much more to the protocols section. | Levi Bostian | 2014-01-29 | -7/+67 |
| | | ||||
| * | Add extensions description with example. | Levi Bostian | 2014-01-29 | -0/+36 |
| | | ||||
| * | Add description and example of how to simulate protected methods. | Levi Bostian | 2014-01-29 | -6/+29 |
| | | ||||
| * | Add categories description and Car example. | Levi Bostian | 2014-01-29 | -5/+90 |
| | | ||||
* | | No objc highlighting, use cpp to fix errors | Adam | 2014-01-29 | -1/+1 |
|/ | ||||
* | [REMOVE] dots at the end of the comments | Yannick | 2014-01-11 | -65/+65 |
| | ||||
* | [UPDATE] Import Details | Yannick | 2014-01-11 | -1/+7 |
| | ||||
* | Organize branch changes. | Levi Bostian | 2014-01-08 | -20/+22 |
| | ||||
* | Add selector and @synthesize examples. | Levi Bostian | 2014-01-08 | -0/+16 |
| | ||||
* | Add more examples of methods available to objects. | Levi Bostian | 2014-01-08 | -8/+41 |
| | ||||
* | Add example of calling instance and class methods. | Levi Bostian | 2014-01-08 | -2/+11 |
| | ||||
* | Fix typos. | Levi Bostian | 2014-01-07 | -2/+2 |
| | ||||
* | Removed NSLog() statements inside @implementation where not allowed. | Levi Bostian | 2014-01-06 | -2/+0 |
| | ||||
* | Add name and github page to contributors list. | Levi Bostian | 2014-01-06 | -0/+1 |
| | ||||
* | Edit code for all snippets to compile properly. Re-word some descriptions. | Levi Bostian | 2014-01-06 | -22/+22 |
| | ||||
* | Remove broken Apple website link to Learning Objective-C and replaced with ↵ | Levi Bostian | 2014-01-03 | -1/+1 |
| | | | | Programming with Objective-C Apple book link. | |||
* | Move statements out of @interface that did not allow file to compile. Fix ↵ | Levi Bostian | 2014-01-03 | -29/+39 |
| | | | | various typos/confusing wording. | |||
* | Add @autoreleasepool as alternative to NSAutoreleasePool object. | Levi Bostian | 2014-01-01 | -1/+6 |
| | ||||
* | Add automatic reference counting examples. | Levi Bostian | 2013-12-31 | -0/+15 |
| | ||||
* | Add memory management examples. | Levi Bostian | 2013-12-31 | -0/+28 |
| | ||||
* | Add simple NSSet example. | Levi Bostian | 2013-12-31 | -0/+4 |
| | ||||
* | Add instance variable definition examples. | Levi Bostian | 2013-12-30 | -12/+23 |
| | ||||
* | Add more data type examples. | Levi Bostian | 2013-12-30 | -2/+9 |
| | | | | Add NSMutableSet examples. | |||
* | Add examples of methods to work with NSSets. | Levi Bostian | 2013-12-30 | -8/+17 |
| | | | | | | Add note of NSSets being unordered. Remove for loop to iterate on NSSet. Moved for loop to loop section. | |||
* | Add data types with examples. | Levi Bostian | 2013-12-30 | -9/+49 |
| | ||||
* | Add getters and setters examples. | Levi Bostian | 2013-12-30 | -2/+6 |
| | ||||
* | Add more description to @property getters and setters. | Levi Bostian | 2013-12-30 | -0/+3 |
| | ||||
* | corrected issue on floating point literals. | Wesley Hill | 2013-09-09 | -1/+1 |
| | ||||
* | Fixed inconsistencies in class implementation and protocol naming | Dave Caunt | 2013-09-04 | -2/+2 |
| | ||||
* | Fixed typo in Parameter | Dave Caunt | 2013-09-04 | -2/+2 |
| | ||||
* | Fixed For loop example so that jj is not incremented twice in each iteration ↵ | Dave Caunt | 2013-09-04 | -1/+1 |
| | | | | of the loop | |||
* | Corrected Array Object NSLog Call | JakeHurlbut | 2013-08-17 | -1/+1 |
| | ||||
* | Update objective-c.html.markdown | Seva Baskin | 2013-08-15 | -2/+2 |
| | | | Fixed a few typos | |||
* | Line length edits to objective c | Adam | 2013-08-13 | -6/+8 |
| | ||||
* | [NEW] Protocol Implementation | Yannick Loriot | 2013-08-13 | -5/+29 |
| | ||||
* | minor change | Yannick Loriot | 2013-08-13 | -2/+3 |
| | ||||
* | minor update | Yannick Loriot | 2013-08-13 | -16/+12 |
| | ||||
* | [UPDATE] Object Creation | Yannick Loriot | 2013-08-13 | -10/+36 |
| | ||||
* | minor updates | Yannick Loriot | 2013-08-13 | -10/+10 |
| | ||||
* | [NEW] Try-Catch-Finally | Yannick Loriot | 2013-08-13 | -16/+33 |
| | ||||
* | [NEW] Statements | Yannick Loriot | 2013-08-13 | -0/+72 |
| | ||||
* | minor update | Yannick Loriot | 2013-08-13 | -4/+4 |
| | ||||
* | minor fixes | Yannick Loriot | 2013-08-13 | -2/+4 |
| | ||||
* | [UPDATE] Object Declaration | Yannick Loriot | 2013-08-13 | -4/+25 |
| | ||||
* | minor fixes | Yannick Loriot | 2013-08-13 | -7/+8 |
| |