X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=iphone%2FREADME;h=9d6b37b6feb445c93449cd87d62646f044770053;hb=a1dcf30e5a80d5bb6498e5a515426f1f0903cd63;hp=c74ad9c08be144fdf3ec9d6ce872f9ac23ecb9ec;hpb=cbbab45d5d4a18000644294d9afa5c9fcfadbe27;p=zxing.git diff --git a/iphone/README b/iphone/README index c74ad9c0..9d6b37b6 100644 --- a/iphone/README +++ b/iphone/README @@ -27,7 +27,17 @@ How to include ZXingWidget in a easy and clean way: it. Add the relative path from your project's directory to the "zxing/iphone/ZXingWidget/Classes" directory. Make sure you click the checkbox "recursive path" ! - 5. You're ready to go. Just #import from anywhere and it should work ! + 5. You're almost ready to go .. + + 6. #import from a file + + 7. #import for example because you will need to inject a barcode reader into ZXingWidgetController. + + 8. MAKE SURE the file in which you are using the code deader is a .mm because you are now silently including some c++ code. If you don't do so then + the compiler will cry as if it does not find some files ! + + 9. It should work :) + Know issues for above steps to include: ======================================