My notes on the HybridCamera framework for iOS
There are some feature rich camera frameworks for iOS out there namely:
- https://github.com/Awalz/SwiftyCam
- https://github.com/ytakzk/Fusuma
- https://github.com/AlexLittlejohn/ALCameraViewController
- https://github.com/NextLevel/NextLevel
- https://github.com/dokun1/Lumina
The HybridCamera works more like a starter-kit for creating more advance Camera systems for iOS. The code-base is documented. It follows the Linkdin swift style guide
Full feature list after the jump: