Rightpoint / RZViewActions

A category on UIView that provides animation structure similar to SKAction from SpriteKit.
Other
103 stars 13 forks source link

ARC? #10

Closed gerchicov-bp closed 8 years ago

gerchicov-bp commented 9 years ago

Your code is written for ARC but doesn't check it. In my case it caused problems when I tried to use it via copy-paste in MRR project. I suggest one of the following things:

jvisenti commented 8 years ago

This library is ARC only, and will not support MRR. However, it shouldn't be too much work to add support in a fork. Happy to look at a PR, but closing this issue until then