Are there any Cocoa constants for the various resource suffixes, currently @2x, ~ipad and -568h?
Are there any Cocoa constants for the various resource suffixes, currently @2x , ~ipad
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No there isn’t.
You can see some documentation here (and in some other places) in Apple doc about these strings to name your resources, but there is no Cocoa constants for them.
Just to be sure, I tried to grep the strings in the SDK directory (
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/System/Library) and those strings were only found in the framework binaries, not in any header file of the SDK.