Awalz / SwiftyCam

A Snapchat Inspired iOS Camera Framework written in Swift
BSD 2-Clause "Simplified" License
2.08k stars 325 forks source link

Camera not zoomable in Swift4 version #122

Open jpowang opened 7 years ago

aurora14 commented 6 years ago

Currently having the same issue. Was able to do a workaround by providing an explicit gesture recogniser in my own controller and locally changing the access modifier for zoomGesture(pinch:)

I do realise that's not ideal, but for whatever reason the default library implementation isn't adding the gesture recogniser to the view controller, so the zoom doesn't function.

ShaikBaji1506 commented 4 years ago

@aurora14 can you post your solution how to zoom I was unable to zoom in both rear and front camera's