How do I put an icon in UIButton
through .storyboard
?
Through .storyboard
you have the options of UIButton
between them you have the image
option where I can tell a path to an image for the button. But I'd like to use the default iOS icons.
Does iOS have default icons as well as android? Or do I have to create a .jpg
or .png
for each of my icons?