Closed mithril closed 11 years ago
It's easy to use non-arc classes with an ARC project: In Xcode, click on "Build Phases" in the Project Settings. Go to "compile Sources" and select all the files whick are non-ARC. Hit enter and type: -fno-objc-arc click "done" and your problem is solved ;)
Not sure if you're still interested, but my latest branch implements ARC support. The original author has said that he would be merging it in, within the next few weeks. If you are looking to utilize it now, check out the pull request here: https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets/pull/21
Is it me or the text prompt seems broken on this fork.
@binarydev it's been 3 months and still no merge :(
@binarydev You added ARC which is great but text prompt is now broken. Any chance you can have a look?
Closing this ticket, ARC related discussions can occur in issue #21
Don't know if anyone's keen but having ARC support would be nice.