Top "Tint" questions

Color of UIToolbar not changing

I have created a UIToolbar. I am trying to give it black color using: toolbar.barStyle = UIBarStyleBlackOpaque; or toolbar's background …

iphone objective-c uitoolbar tint
UINavigationBar change Tint color with animation

Is it possible to change the tint with animation for a smoother effect? This doesn't work for me: [UIView beginAnimations:…

iphone uinavigationcontroller uinavigationbar tint tintcolor
Tint Navigation Icon in Toolbar

How to tint menu icons is already covered a few times, like here: Toolbar icon tinting on Android Additionally to …

android icons android-toolbar tint
Apply tint to PreferenceActivity widgets with AppCompat v21

I'm using CheckboxPreference in a PreferenceActivity and an AppCompat theme from the v21 support library. As you already know, with …

android android-preferences android-appcompat material-design tint
Change UITableView header tint color

I have implemented the following code in order to change the tint of the section headers in a tableView. I …

xcode uitableview header tint
Tint VectorDrawable inside Drawable Resource xml

i've had a drawable resource for a selectable Button/ImageView like this: <selector> <item android:state_selected="…

android android-resources tint android-vectordrawable