In Xcode 6, you can specify any image in the asset catalog always Render As
Default
, Original Image
or Template Image
through the attribute inspector. Like this

But this one only works for iOS 8, not iOS 7.
Is there a way to do the same, but work with iOS 7?
Note. I am not looking for software solutions (for example, those that use things like image = [image imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];
), but for declarative, either in the panels images.xcassets
, or in storyboards and knives.
source share