i need help on my UISegment appearances, i set this in my app delegate everything works fine.
till i add in this code to change my selected segment color, it caused an i
It looks like the code above is only setting appearance for UIControlStateNormal, you also need to set the appearance for UIControlStateSelected.
UIControlStateNormal
UIControlStateSelected