iOS & Android fix and upgrade

iOS:
- x86_64 header fixing
- sight adding

Android:
- Bug fix no params NullPointerException
- sight adding
This commit is contained in:
PaoloMessina
2014-12-22 14:59:52 +01:00
parent 0f8fe5b1f7
commit 76246b80ed
5 changed files with 126 additions and 38 deletions

View File

@@ -61,8 +61,8 @@
}
// Hack to hide the bottom bar's Info button... http://stackoverflow.com/a/16353530
UIView *infoButton = [[[[[self.scanReader.view.subviews objectAtIndex:1] subviews] objectAtIndex:0] subviews] objectAtIndex:3];
[infoButton setHidden:YES];
//UIView *infoButton = [[[[[self.scanReader.view.subviews objectAtIndex:1] subviews] objectAtIndex:0] subviews] objectAtIndex:3];
//[infoButton setHidden:YES];
[self.viewController presentModalViewController: self.scanReader animated: YES];
}

Binary file not shown.