bartintcolor Questions

5

Can I customize the color of the navigation bar in the QlPreviewController controller? I have tried following [[UINavigationBar appearanceWhenContainedIn: [QLPreviewController class], nil] setBar...

4

I want to set white barTintColor in some viewcontroller I have set UINavigationBar.appearance().barTintColor for all default color but when I use appearance whenContainedInInstancesOf It's not ch...
Burleson asked 22/2, 2017 at 20:48

1

Solved

I am trying to animate a change of color of a navigation bar when popping back to a previous controller. To give it some context, I have controller A which is a collectionView Controller and has an...
Nitrogenous asked 3/6, 2017 at 11:21

1

Solved

This is my design in Sketch: Sketch says that the blue color is 70,164,239. So I have the following code for my tab: UINavigationBar.appearance().barTintColor = UIColor(red: 70.0/255.0, green:...
Inelegant asked 25/7, 2016 at 18:0

4

Solved

How can I change the tintColor of an unselected UITabBarItem title and background image iOS 8? The default color for an unselected state is a light gray color, but it does not show on my darkish ...
Ending asked 24/10, 2014 at 15:44

2

Solved

There's a strange iOS 7 thing about UINavigationBar. If you try to set it's barTintColor property to [UIColor clearColor] or any color with a alpha = 0, it totally ignores that value. So for instan...
Modernistic asked 2/11, 2013 at 0:11

1

Solved

I try to set the bar color of a UISearchbar to one color and the tintColor (cursor and Cancel-Button) to another color with code like this: searchbar.barTintColor = color1; searchbar.tintColor = c...
Bellybutton asked 30/10, 2013 at 19:11
1

© 2022 - 2024 — McMap. All rights reserved.