Re: IB localization question
Re: IB localization question
- Subject: Re: IB localization question
- From: Torsten Curdt <email@hidden>
- Date: Thu, 30 Jun 2011 13:15:16 +0200
I stay away from maintaining multiple NIBs and use this
https://github.com/tcurdt/localizer
- (void) viewDidLoad
{
[[TCLocalizer localizer] localizeView:self.view];
}
...and everything else is happening in the strings files.
cheers,
Torsten
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden