vicpenap / PrettyKit

PrettyKit for iOS is a small set of new widgets and UIKit subclasses that gives you a deeper UIKit customization. You will be able to change their background color, add gradients, shadows, etc.
http://vicpenap.github.com/PrettyKit
Other
1.22k stars 155 forks source link

Convert project to ARC #17

Closed brand1417 closed 12 years ago

brand1417 commented 12 years ago

Quick and dirty version:

Tested on PrettyNavigationBar only thus far.

NOTE: will no longer work in non-ARC projects

vicpenap commented 12 years ago

Hi!

Thank you very much for your contribution. However, I can't merge it, as I don't want to break compatibility with non-ARC projects. I hope you understand it :). I'm currently busy, but I hope to upgrade the lib soon with out-of-the-box support for both configurations.

In the meanwhile you can use CocoaPods to include PrettyKit. CocoaPods will automagically set up your project to avoid ARC compilation on the lib, which is really cool.

Thanks again :)