We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sorry for not openning PR, I made a lot of changes, so dont want to push it here :)
private func makeCollapsedConstraints() -> [NSLayoutConstraint] { return [ messageView.bottomAnchor.constraint(equalTo: view.bottomAnchor), messageView.leadingAnchor.constraint(equalTo: view.leadingAnchor), messageView.trailingAnchor.constraint(equalTo: view.trailingAnchor), messageView.heightAnchor.constraint( equalToConstant: hideFooterView ? 0 : -BarcodeScannerViewController.footerHeight ) ] }
Here I think -BarcodeScannerViewController.footerHeight should be BarcodeScannerViewController.footerHeight height can not be negative.
-BarcodeScannerViewController.footerHeight
BarcodeScannerViewController.footerHeight
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sorry for not openning PR, I made a lot of changes, so dont want to push it here :)
Here I think
-BarcodeScannerViewController.footerHeight
should beBarcodeScannerViewController.footerHeight
height can not be negative.The text was updated successfully, but these errors were encountered: