NSArray @property backed by a NSMutableArray
Saw a bunch of posts today on Stack Overflow asking how to implement this: NSArray @property backed by a NSMutableArray Hiding privately mutable properties behind immutable interfaces in Objective-C (my answer) Protect from adding object to NSMutableArray in public interface Having Read more…