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
When I set a navigation bar like below, the icon gets cut off.
let settingsBarButton = UIBarButtonItem() settingsBarButton.setIcon(icon: .emoji(.gear), iconSize: 30) navigationItem.rightBarButtonItems = [settingsBarButton]
Not sure what's wrong since the example in your readme also uses size 30.
edit: setting it via
settingsBarButton.image = UIImage(icon: .emoji(.gear), size: CGSize(width: 30, height: 30))
works fine
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I set a navigation bar like below, the icon gets cut off.
Not sure what's wrong since the example in your readme also uses size 30.
edit:
setting it via
works fine
The text was updated successfully, but these errors were encountered: