Top "Icons" questions

An icon is a small pictogram used in graphical user interfaces to supplement the presentation of textual information to the user.

Add badge to app icon in iOS 8 with Swift

I'd like to set a badge on the icon of my app like in apple's mail app (number on top …

ios swift icons badge
Objective C: How to change text color in navigation bar

I have changed my navigation bar color via the following code navconFvc.navigationBar.tintColor = [UIColor colorWithHexString:@"faf6f5"]; The code …

objective-c ios icons uinavigationbar textcolor
Ideal size for .ico

What is an ideal size for a .ico file, that would sit in the top corner of a window?

user-interface icons ico
Icon Fonts: How do they work?

I understand that icon fonts are just fonts and that you can get the icons by just calling their classname, …

css web fonts icons icon-fonts
Navigation Drawer Icon (ic_drawer) not showing

I am implementing a navigation drawer for my app. Now it works perfectly except for one small glitch. When I …

android icons android-actionbar navigation-drawer
Save icon: Still a floppy disk?

I'm working on a project where the user is able to save their work (most likely to the HDD but …

user-interface icons user-experience
vuetify icon not showing

I am using vue.js and vuetify. I want to add an icon but not working. (not rendered) How can …

vue.js icons vuetify.js
How do I add an icon to a mingw-gcc compiled executable?

In Windows, using mingw's gcc, is there anyway to specify that the output exe file is to take an icon …

windows gcc icons mingw
Customize icon for "Add to home screen"

Are there any alternatives to the default option in web browsers, like chrome that allows me to add a link …

html icons homescreen
MessageBox.Show() Custom Icon?

I want to use a custom icon in MessageBox.Show("Message", "Title", MessageBoxButton.OK, MeesageBoxIcon.myIcon) Method. Any suggestion please?

c# .net icons messagebox