Commit graph

33 commits

Author SHA1 Message Date
782dcf2e63
Updates title to Cocoa Programming Guidelines for Objective-C. 2015-09-17 19:13:03 +02:00
cac1b0b524
Adds "Enums do not start with zero value" and "Switch statements are exhaustive" sections. 2015-06-12 16:58:14 +02:00
0e5b6d5b26
Improves spacing. 2015-06-12 00:03:05 +02:00
34d085898b
Updates "Properties can be added to existing classes" section. 2015-04-12 20:36:31 +02:00
fab399def1
Adds "Object's equality requites three methods to be provided" section. 2015-04-12 20:35:07 +02:00
1d740e0666
Updates the way error codes are defined and fixes three typos. 2015-03-17 21:38:54 +01:00
2ea0081930
Moves a comment to the left to fit better in the code listing frame. 2014-11-29 09:10:50 +01:00
3bc5a8d7e9
Adds syntax highlighting. 2014-11-28 22:24:27 +01:00
5156651b8e
Removes invalid enum values from enum declarations. 2014-10-05 17:45:16 +02:00
4db0f8874f
Improves naming convention for initialize method in UIVIew section. 2014-09-26 20:42:29 +02:00
af97f7bd59
Adds "Prefer dispatch queues to locks for mutual exclusion" section. 2014-07-29 17:24:06 +02:00
0a36e99e68
Removes section "Enumeration types contain invalid value" 2014-06-05 00:05:26 +02:00
a213c7f192
Corrects typos. 2014-05-24 10:22:08 +02:00
134c69a5bc
Lazy loading reduces memory footprint. Adds thread safety mention. 2014-05-23 23:18:14 +02:00
1ad5e4abce
The Deallocation Problem. NS_OPTIONS macro. More information about copy attribute. 2014-05-09 23:08:02 +02:00
157cdf2f4d
Methods can be prefixed with get 2014-05-02 12:48:17 +02:00
a90b08e6fe
Adds title page. 2014-04-07 21:50:57 +02:00
b4726770e8
Distinguishes class, method and variable names in the text. 2014-03-30 11:02:18 +02:00
d0e1a375fa
Changes subsection style. 2014-03-30 11:00:18 +02:00
ef95e15f1b
Cora Data. Category provides helper methods to managed object. Custom objects are stored as transformable attributes. Objective-C types are stored through NSValue. 2014-02-26 22:37:39 +01:00
5b4c7f9adf
Property's default values are documented conditionally. 2014-02-22 12:35:06 +01:00
511ad4980d
Grammatical corrections. 2014-02-19 21:46:44 +01:00
512a5d186c
Minor update 2014-02-12 23:29:05 +01:00
83361716ac
Corrected typos 2014-01-21 16:54:01 +01:00
a58297881e
Minor update 2014-01-19 15:20:57 +01:00
7cf2f5a4a9
Minor update 2014-01-15 21:12:18 +01:00
144376d4e7
Minor corrections 2014-01-13 23:02:29 +01:00
444f9156bb
NSError 2014-01-11 20:13:40 +01:00
33b9f45385
UIViewController 2014-01-09 19:55:42 +01:00
b5bc8b3672
UIView 2014-01-09 09:51:02 +01:00
0daff42ed5
Concurrency 2014-01-09 09:49:39 +01:00
9aa2706b4c
Genral rules 2014-01-09 09:48:56 +01:00
ba0222aef8
Visual Appearance 2014-01-09 09:47:10 +01:00