For example, searching for count] turns up a number of hits for access to the count property on NSArray.
Another example: arrangedObjects] turns up a number of hits. Add a category on NSArrayController which exposes a readonly property bnr_arrangedObjects of the right type (NSArray *).
MyDocument
toDocument
.count]
turns up a number of hits for access to thecount
property onNSArray
.arrangedObjects]
turns up a number of hits. Add a category onNSArrayController
which exposes a readonly propertybnr_arrangedObjects
of the right type (NSArray *
).pragma mark
s.with