RE: ARC Issue in new Sketch Sample Code

2012-08-29 Thread Gordon Apple
Well, I didnĀ¹t get any response as to how to make that beast ARC compliant, so I did something else. Keeping the same basic undo architecture as used in Sketch, I created my own version of NSMutableDictionary, albeit much simplified, containing only what I needed. Sometimes the standard classes d

ARC Issue in new Sketch Sample Code

2012-08-27 Thread Gordon Apple
- (void)setGraphicProperties:(SKTMapTableOwner *)propertiesPerGraphic { NSMapEnumerator propertiesPerGraphicEnumerator = NSEnumerateMapTable([propertiesPerGraphic mapTable]); Shape *graphic; NSDictionary *graphicProperties; while (NSNextMapEnumeratorPair(&propertiesPerGraphicEn