Lines Matching defs:Features
834 ### Macros
900 ### Nonstandard Extensions
915 ### Identify Designated Initializer
928 ### Override Designated Initializer
937 ### Overridden NSObject Method Placement
949 ### Initialization
959 ### Instance Variables In Headers Should Be @protected or @private
975 ### Do Not Use +new
981 ### Keep the Public API Simple
998 ### #import and #include
1007 ### Order of Includes
1041 ### Use Umbrella Headers for System Frameworks
1067 ### Avoid Messaging the Current Object Within Initializers and `-dealloc`
1131 ### Setters copy NSStrings
1154 ### Use Lightweight Generics to Document Contained Types
1191 ### Avoid Throwing Exceptions
1205 ### `nil` Checks
1235 ### Nullability
1283 ### BOOL Pitfalls
1352 ### Interfaces Without Instance Variables