1

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:

iOS 6 look under iOS 7

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?

Community
  • 1
  • 1
smudo78
  • 478
  • 1
  • 3
  • 13

1 Answers1

0

You need to crate two xib per class. 1>Earlier ios 7 version 2>Ios 7 later

so you need to crate ios 7 segment bar as image and before ios 7 segment bar as it is.you need to call this xib based on it's version.

Chris Alan
  • 1,426
  • 14
  • 14