Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 16th, 2012  |  syntax: None  |  size: 0.18 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Static string->string mapping
  2. static NSDictionary *kDictionary;
  3.  
  4. + (void)initialize {
  5.   if (self == [MYClass class]) {
  6.     kDictionary = [[NSDictionary alloc] initWith...];
  7.   }
  8. }