Skip to content

Commit

Permalink
Add statement about ARC in the readme.
Browse files Browse the repository at this point in the history
Added ARC support statement to the readme.
  • Loading branch information
kirbyt committed Jun 1, 2012
1 parent 046e1a4 commit c08352b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -33,6 +33,11 @@ Screenshots
[![](http://farm6.static.flickr.com/5049/5243475037_be5c5c998f_m.jpg)](http://farm6.static.flickr.com/5049/5243475037_be5c5c998f_b.jpg) [![](http://farm6.static.flickr.com/5049/5243475037_be5c5c998f_m.jpg)](http://farm6.static.flickr.com/5049/5243475037_be5c5c998f_b.jpg)




Automatic Reference Counting (ARC) Support
==========================================

If you would like to use KTTextView in your ARC-enabled project, you must [add the `-fno-objc-arc` compiler flag](http://stackoverflow.com/questions/6646052/how-can-i-disable-arc-for-a-single-file-in-a-project) to the file KTTextView.m.

License License
======= =======


Expand Down

0 comments on commit c08352b

Please sign in to comment.