Skip to content

Commit

Permalink
Added ARC info to read me file.
Browse files Browse the repository at this point in the history
  • Loading branch information
samvermette committed Oct 27, 2011
1 parent 4492514 commit 4d891a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -88,7 +88,7 @@ By default, showing SVProgressHUD will also show the network activity indicator

h2. Automatic Referencing counting (ARC) support

SVProgressHUD doesn't support ARC. You can disable ARC on a per-file basis by adding the @-fno-objc-arc@ compiler flag for those files (see "this StackOverflow thread":http://stackoverflow.com/questions/6646052/how-can-i-disable-arc-for-a-single-file-in-a-project for reference). Anyone who loves ARC enough to add it to SVProgressHUD is welcome to open a pull request and I'll be happy to create a new ARC branch.
SVProgressHUD has an "ARC branch":https://github.com/samvermette/SVProgressHUD/tree/master-arc thanks to "bryanveloso":https://github.com/bryanveloso. If you'd like to use the non-arc version in your ARC project, you can disable ARC on a per-file basis by adding the @-fno-objc-arc@ compiler flag for those files (see "this StackOverflow thread":http://stackoverflow.com/questions/6646052/how-can-i-disable-arc-for-a-single-file-in-a-project for reference).

h2. Credits

Expand Down

0 comments on commit 4d891a6

Please sign in to comment.