AquaticPrime icon indicating copy to clipboard operation
AquaticPrime copied to clipboard

Add ARC Support

Open Henkru opened this issue 11 years ago • 2 comments

Henkru avatar Nov 05 '14 10:11 Henkru

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!

bdrister avatar Nov 25 '14 20:11 bdrister

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.

johndpope avatar Apr 03 '15 07:04 johndpope