gpambrozio / BlockAlertsAnd-ActionSheets

Beautifully done UIAlertView and UIActionSheet replacements inspired by TweetBot
http://codecropper.com/2012/01/replicating-tweetbots-alerts-and-action-sheets/
MIT License
1.41k stars 268 forks source link

ARC Support #8

Closed mithril closed 11 years ago

mithril commented 12 years ago

Don't know if anyone's keen but having ARC support would be nice.

larsschwegmann commented 12 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 ;)

binarydev commented 12 years ago

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

mithril commented 12 years ago

Is it me or the text prompt seems broken on this fork.

zakdances commented 12 years ago

@binarydev it's been 3 months and still no merge :(

Shasoosh commented 11 years ago

@binarydev You added ARC which is great but text prompt is now broken. Any chance you can have a look?

barrettj commented 11 years ago

Closing this ticket, ARC related discussions can occur in issue #21