I want to have the old iOS 6 look in my app, even if it runs on iOS 7. Therefore, I'm building with iOS 6 SDK. Described here: Is it possible to use old styled controls for iOS on xCode 5.0?.
Now it looks like this under iOS7:
Problem: You see, NavigationBar and barButtons switch back to the old look of iOS 6. But the segmentControl doesn't.
Question: Why doesn't the segmentControl switch back to iOS 6 look? How can I fix this?