provideal / MMGridView

A simple grid view / dashboard component for iOS
324 stars 58 forks source link

ARS compatiblity #18

Closed hden closed 11 years ago

hden commented 12 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?

nolanRatu commented 11 years ago

Select your project target -> Buildphases -> Double click all the MMGrid .m files and add -fno-objc-arc. If you still get errors restart xcode.

renspr commented 11 years ago

Converted to ARC.