0

My app has separate code and bundle (xib are to be downloaded separately). I can't change my code yet and I have to change xib file.

On ios 7, I can see correctly like this when I change in my xib.

enter image description here

enter image description here

With that setting, on my ios 6, selected color and unselected color become same (black). User can't differentiate.

enter image description here

How can I change in my xib so that behaviour is correct? (I can't change my code for now. I can only change xib). If Tint color is default, it is okay but I still need it to be black color.

Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120

1 Answers1

0

you are setting tint color, which is correct approach. It’s background color is white that means it’s default color and you are setting black color as tint color so it is also fine.

So make sure that your SegmentControl’s style is plain and state is not checked beside Momentary. Make sure that state is unchecked. If it is checked then uncheck it. You can check all this under attribute inspector with your segmented control selected.

Ketan Parmar
  • 27,092
  • 9
  • 50
  • 75