-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera not filling screen #19
Comments
What's |
I use it with SwiftUI, it's size not as the frame I set. |
SnapKit. Apologies for using a third party library in an issue. Have verified that even using CGRect as the frame the issue persists. |
Any updates on this? |
They’ve abandoned this library. |
I had the same issue of the camera view not filling the entire screen, but I solved it by setting the Hope that helps anyone reading this! |
Is this a bug report?
Yes.
Have you read the Contributing Guidelines?
Yes.
Environment
CameraKit Version: 1.2.0
iOS Device: iPhone X
iOS Version: 12.1.3
Steps to Reproduce
Expected Behavior
Based on popular apps and most other libraries, the expectation from myself (which may not be correct) is that the preview would fill its parent view instead of fit. At a mininmum I'd expect the ability to actually set this behaviour by choice.
Actual Behavior
There is no ability to specify fill/fit mode. This is the code and the outcome.
The text was updated successfully, but these errors were encountered: