This question already has an answer here:
- UIButton's Selected State not working in iOS7 3 answers
Today I upgraded my iPhone OS to iOS 7.1.
Everything looks good in the new iOS, but I have a critical issue regarding UIButtons
in the app I'm working on.
The selected state was gone in every button. For instance, Like button has title of "Liked" when selected but it's not shown at all when selected right now. Buttons have only text without background/image in every state. I tried to build and test the app in Xcode 5.1, but still can't see the selected states in buttons.
Does anyone else have this issue or could help me solve it?