Comparing against NSLocalizedString safe?

Posted by George on Stack Overflow See other posts from Stack Overflow or by George
Published on 2010-05-23T10:30:40Z Indexed on 2010/05/23 10:40 UTC
Read the original article Hit count: 310

Filed under:
|
|

Hi,

Sometimes I need to compare interface elements to other objects. At the moment I'm doing it by comparing their titles against a localized string. Am I right that I better compare my objects against IBOutlets? Tags are out of the question because I'm using NSMenu.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa