• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Dynamically loading NIB files with a common stem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Dynamically loading NIB files with a common stem (From: Vincent Habchi <email@hidden>)
 >Re: Dynamically loading NIB files with a common stem (From: Alexander Reichstadt <email@hidden>)

  • Prev by Date: Question about MPMediaQuery
  • Next by Date: Re: How to resolve bulk warning "Creating selector for nonexistent method ..."?
  • Previous by thread: Re: Dynamically loading NIB files with a common stem
  • Next by thread: Re: Dynamically loading NIB files with a common stem
  • Index(es):
    • Date
    • Thread