Re: Dynamically loading NIB files with a common stem
Re: Dynamically loading NIB files with a common stem
- Subject: Re: Dynamically loading NIB files with a common stem
- From: vincent habchi <email@hidden>
- Date: Wed, 06 Jul 2011 14:41:33 +0200
Le 6 juil. 2011 à 14:27, Alexander Reichstadt <email@hidden> a écrit :
> Try:
> NSArray *sometest = [[NSBundle mainBundle] pathsForResourcesOfType:@"nib" inDirectory:@"."];
> for (id thisOne in sometest){
> NSLog(@"This is a path:%@",thisOne);
> }
Thanks for the hint, I'll do that right away.
Viel Dank
Vincent_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden