Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use different images iOS 6 and iOS 7 in Xcode 5 [closed]

Tags:

ios

ios7

xcode5

I want to support my app in lower versions of iOS 7. I want to show different images based on OS version.

For example :- iOS 7 I want to show blue icons same way (Mail app is having) But, I want to show different icons for iOS 6, 5 users.

Can we use Images.xcassets for this in Xcode 5 or we can create another file with name @SOMETHING.png only for iOS 7?

Or we need to write code to load different images based on OS version?

like image 239
Naga Harish M Avatar asked Nov 27 '25 00:11

Naga Harish M


1 Answers

Hi there is one sample code "https://www.cocoacontrols.com/controls/ui7kit". Please check this one these may be helpful to you.

like image 99
Nishith Shah Avatar answered Nov 28 '25 14:11

Nishith Shah