Closed hden closed 11 years ago
Anyone interested in making this compatible with iOS5 automatic reference count? I have convert the code with the xcode automatic conversion, but I'm not sure if I tweaked the code right. Can anyone give me some suggestion?
Select your project target -> Buildphases -> Double click all the MMGrid .m files and add -fno-objc-arc. If you still get errors restart xcode.
Converted to ARC.
Anyone interested in making this compatible with iOS5 automatic reference count? I have convert the code with the xcode automatic conversion, but I'm not sure if I tweaked the code right. Can anyone give me some suggestion?