Releases: crontab/PhotoCamera
Releases · crontab/PhotoCamera
PhotoCamera v1.1.2
PhotoCamera v1.1.1
Fix in the demo app: UIImage.fitted(maxWidth:) was wrong.
PhotoCamera v1.1
Core framework (macOS):
- Strange problem with camera authorization not showing on macOS even if the app is run for the first time; still not clear what caused it but a full recreation of the entire Demo project file fixed it
- Apparently macOS doesn't require the correction of video rotation angle; if you try to, it does it wrong
- Demo: showing and hiding the video layer without restarting the session causes weird problems on macOS; we now simply show the captured photo as an overlay without hiding the video
Other:
- Demo: added an optional title for the camera view
- Demo: viewfinder is now adjusted to make room for the title if in landscape mode
- Demo: camera view is now a
sheeton iPad/Mac,fullScreenCoveron iPhone
PhotoCamera v1.0
Initial release of the framework & demo.