iOS Backports

Preview:

Citation preview

BACKPORTSRolandas Razma

image: Holger Zscheyge

image: Audi USA

image: Jenny Kaczorowski

image: ken yee

BACKPORTS

image: winnifredxoxo

image: Michael Coghlan

SMALL CHECKBOX

image: Angela Mabray

[NSKeyedUnarchiver setClass: [RRLocalizableString class] forClassName: @"NSLocalizableString"];

image: Johan Wieland

image: European Southern Observatory

image: Don J Schulte

- (id)initWithCoder:(NSCoder *)aDecoder { if( (self = [super init]) ){ _stringsFileKey = [aDecoder decodeObjectForKey:@"NSKey"]; _developmentLanguageString = [aDecoder decodeObjectForKey:@"NSDev"]; } return self;}

- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder { return [[NSBundle mainBundle] localizedStringForKey: _stringsFileKey value: _developmentLanguageString table: ??currentNibName??];}

image: Tom Gill

-[NSBundle pathForResource:ofType:]

image: Dan Iggers

- (id)initWithCoder:(NSCoder *)aDecoder { if( (self = [super init]) ){ _stringsFileKey = [aDecoder decodeObjectForKey:@"NSKey"]; _developmentLanguageString = [aDecoder decodeObjectForKey:@"NSDev"]; } return self;}

- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder { return [[NSBundle mainBundle] localizedStringForKey: _stringsFileKey value: _developmentLanguageString table: [NSBundle currentNibName]];}

rolandas@razma.lt@rolandas_razmagithub.com/rolandasrazma

Recommended