[iphone] added known issues in README when including ZXingWidget into your project...
[zxing.git] / iphone / ScanTest / Classes / RootViewController.m
index 2af80bb..20ef834 100644 (file)
@@ -35,7 +35,7 @@
 - (IBAction)scanPressed:(id)sender {
   //UIImagePickerController *picker = [[UIImagePickerController alloc] init];
        [self presentModalViewController:scanController
-                          animated:YES];
+                          animated:NO];
 //     [self.navigationController pushViewController:scanController animated:true];
 }
 
@@ -82,7 +82,6 @@
     [resultsView setText:resultsToDisplay];
     [resultsView setNeedsDisplay];
   }
-  
 }
 
 - (void)cancelled {