문제

It is difficult to see my tab item images and text with the dark blue background I am using as you can see in this image. Is there a way to make them more bright when not selected?

enter image description here

도움이 되었습니까?

해결책

I assume you're targeting iOS 5, meaning that you can take advantage of the UIAppearance API. In that case, you need to do more than just set the background image of the tab bar; you need to set selected and unselected "finished" images for each tab bar item. By "finished", we mean that the default "shine" effect won't be applied before displaying your images; they'll be shown exactly as they are.

Here's a great tutorial showing all the customizations you can apply.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top