summaryrefslogtreecommitdiffhomepage
path: root/objective-c.html.markdown
Commit message (Expand)AuthorAgeLines
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-1/+1
* Add forgotten asterisk in `MyClass` implementation (#4289)Mikhail Koviazin2023-12-14-1/+1
* Rename OS X to macOS (#4166)Борис Верховский2021-05-25-1/+1
* Add missing block referred to in commentChristopher Dusovic2018-03-25-1/+4
* Fix a bunch of typosHairyFotr2017-08-23-1/+1
* fix #2308ven2016-07-12-1/+1
* manually merge #1838ven2016-06-26-1/+7
* grammar + spelling errorsjesusjjf2016-04-05-2/+2
* Update contributor listFernando Valverde Arredondo2015-11-01-7/+6
* Merge pull request #1916 from fdoxyz/patch-2Adam Bard2015-10-31-0/+4
|\
| * Added pragma mark informationFernando Valverde2015-10-30-0/+4
* | Adds description of how to define generic classes in Xcode 7.0Ben Pious2015-10-30-0/+46
|/
* Fix issue with calling block code. Levi Bostian2015-10-18-1/+1
* Mutable And Immutable ChangingTolga Beser2015-10-15-1/+7
* [objective-c/en-fr-ru-tr-vn] Enable syntax highlightingAndy B2015-10-09-1/+1
* removing whitespace all overGabriel Halley2015-10-07-79/+79
* Added additional reading for both iOS and OS X for Objective-C from Apple Dev...Clayton Walker2015-10-06-0/+5
* Fixes #1196Adam Bard2015-08-12-1/+1
* Further fix of typos in objective-c docNicholas Hrynuik2015-01-31-12/+12
* Fix typos in objective-c docNicholas Hrynuik2015-01-31-7/+8
* Review docs for added rouge lexers and update those with new highlightersAdam2014-09-08-1/+1
* Remove duplicate Categories section.Levi Bostian2014-03-19-151/+1
* Add to exceptions section. Add NSError reference.Levi Bostian2014-03-19-3/+0
* Merge with master.Levi Bostian2014-03-19-4/+191
* Merge pull request #486 from levibostian/objective-c-protocolsAdam Bard2014-01-29-8/+212
|\
| * Add much more to the protocols section.Levi Bostian2014-01-29-7/+67
| * Add extensions description with example.Levi Bostian2014-01-29-0/+36
| * Add description and example of how to simulate protected methods.Levi Bostian2014-01-29-6/+29
| * Add categories description and Car example.Levi Bostian2014-01-29-5/+90
* | No objc highlighting, use cpp to fix errorsAdam2014-01-29-1/+1
|/
* [REMOVE] dots at the end of the commentsYannick2014-01-11-65/+65
* [UPDATE] Import DetailsYannick2014-01-11-1/+7
* Organize branch changes.Levi Bostian2014-01-08-20/+22
* Add selector and @synthesize examples.Levi Bostian2014-01-08-0/+16
* Add more examples of methods available to objects.Levi Bostian2014-01-08-8/+41
* Add example of calling instance and class methods.Levi Bostian2014-01-08-2/+11
* Fix typos.Levi Bostian2014-01-07-2/+2
* Removed NSLog() statements inside @implementation where not allowed.Levi Bostian2014-01-06-2/+0
* Add name and github page to contributors list.Levi Bostian2014-01-06-0/+1
* Edit code for all snippets to compile properly. Re-word some descriptions.Levi Bostian2014-01-06-22/+22
* Remove broken Apple website link to Learning Objective-C and replaced with Pr...Levi Bostian2014-01-03-1/+1
* Move statements out of @interface that did not allow file to compile. Fix var...Levi Bostian2014-01-03-29/+39
* Add @autoreleasepool as alternative to NSAutoreleasePool object.Levi Bostian2014-01-01-1/+6
* Add automatic reference counting examples.Levi Bostian2013-12-31-0/+15
* Add memory management examples.Levi Bostian2013-12-31-0/+28
* Add simple NSSet example.Levi Bostian2013-12-31-0/+4
* Add instance variable definition examples.Levi Bostian2013-12-30-12/+23
* Add more data type examples.Levi Bostian2013-12-30-2/+9
* Add examples of methods to work with NSSets.Levi Bostian2013-12-30-8/+17
* Add data types with examples.Levi Bostian2013-12-30-9/+49