zhifengkoh/resize_artboard

Refactor for loops to use Objective-C iterators

Opened this issue · 1 comments

For the speeds

This does not seem to be possible upon first attempt.

An Objective-C iterator can be constructed for context.selection, which has a class of __NSArrayI. However, I am attempting to use this for artboard.layers(), which has a class of MSArray. MSArray does not appear to implement the objectEnumerator method.