Releases: nenosinc/RMScannerView
Releases · nenosinc/RMScannerView
Version 1.3
Major Changes
- Changed "UI" class prefix to "RM".
Big Fixes
- Fixed issues with starting / stopping scan and capture sessions (now its all synced up).
- Capture session now properly adjusts on device rotation
New Features
- Added new animations and code outline.
- Added icon to sample app.
Version 1.2
Added setDeviceFlash:
method to change camera flash settings.
Breaking Changes
No breaking changes
Normal Changes
- Added
setDeviceFlash:
method which allows you to set the camera flash for the current scan session to ON, OFF, or AUTO. The flash is turned OFF automatically when the scan session ends. - Added all orientation masks to sample app
Known Issues
No known issues
Version 1.1
Added dealloc
method, fixed sizing and position of the video feed, improved documentation.
Breaking Changes
No breaking changes
Normal Changes
- Added
dealloc
method to improve performance - Fixed display issue with capture session
Resolved Issues
Improves memory allocation by implementing a dealloc method and taking advantage of various ARC / Objective-C features.
Known Issues
No known issues
Version 1.0
Initial substantial commit and release of the project. Scans barcodes using iOS 7 technologies. UIView subclass for easy scanning. Available under MIT license.