Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fix #2308 | ven | 2016-07-12 | -1/+1 |
| | ||||
* | manually merge #1838 | ven | 2016-06-26 | -1/+7 |
| | ||||
* | grammar + spelling errors | jesusjjf | 2016-04-05 | -2/+2 |
| | ||||
* | Update contributor list | Fernando Valverde Arredondo | 2015-11-01 | -7/+6 |
| | ||||
* | Merge pull request #1916 from fdoxyz/patch-2 | Adam Bard | 2015-10-31 | -0/+4 |
|\ | | | | | Added pragma mark information | |||
| * | Added pragma mark information | Fernando Valverde | 2015-10-30 | -0/+4 |
| | | | | | | `#pragma mark` is very useful and widely recommended to "abuse" it for method/variable grouping since it improves readability. | |||
* | | Adds description of how to define generic classes in Xcode 7.0 | Ben Pious | 2015-10-30 | -0/+46 |
|/ | ||||
* | Fix issue with calling block code. | Levi Bostian | 2015-10-18 | -1/+1 |
| | | | Fixes https://github.com/adambard/learnxinyminutes-docs/issues/1598 | |||
* | Mutable And Immutable Changing | Tolga Beser | 2015-10-15 | -1/+7 |
| | | | Added how to switch objects between the two types with examples. | |||
* | [objective-c/en-fr-ru-tr-vn] Enable syntax highlighting | Andy B | 2015-10-09 | -1/+1 |
| | ||||
* | removing whitespace all over | Gabriel Halley | 2015-10-07 | -79/+79 |
| | ||||
* | Added additional reading for both iOS and OS X for Objective-C from Apple ↵ | Clayton Walker | 2015-10-06 | -0/+5 |
| | | | | Developer site. Added contribution line. | |||
* | Fixes #1196 | Adam Bard | 2015-08-12 | -1/+1 |
| | ||||
* | Further fix of typos in objective-c doc | Nicholas Hrynuik | 2015-01-31 | -12/+12 |
| | ||||
* | Fix typos in objective-c doc | Nicholas Hrynuik | 2015-01-31 | -7/+8 |
| | ||||
* | 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 |
| |