Add ARC Support
Would you mind working with the authors of the other outstanding pull requests to make sure that your changes to the project etc. all work well together? Ideally, it'd be nice if it were all merged into one pull request that was known to work correctly. Thanks!
this fixes the crash - https://github.com/bdrister/AquaticPrime/pull/42 to do ARC - it's possible in XCode to simply go to Edit > Refactor > Convert to Objective-c ARC. Also the OAGradientTableView has some critical problem which is causing entire app to be unstable. By changing the subclass in interface builder to use AQTableView - it behaves much better.