The Wayback Machine - https://web.archive.org/web/20200618112034/https://github.com/topics/ionicons
Skip to content
#

ionicons

Here are 71 public repositories matching this topic...

MartinP7r
MartinP7r commented Sep 16, 2018

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]

image

Not sure what's wrong since the example in

grimen
grimen commented Jan 11, 2016

Git tree is ~30 MB large even though the project is very simple, this is because bower_components is still in the Git tree which makes no sense - cloning forever. I removed it from versioning in my fork, but didn't do the actual version histoy cleanup using git filter-branch --tree-filter 'rm -rf bower_components' --prune-empty HEAD because that require the project maintainer to be aware. Read

Improve this page

Add a description, image, and links to the ionicons topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ionicons topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.