• 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: Multiple Nib Question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple Nib Question


  • Subject: Re: Multiple Nib Question
  • From: Jonathan Hess <email@hidden>
  • Date: Wed, 28 Jan 2009 19:27:13 -0800

- (NSString *)appSupportFolder {

NSArray *paths = NSSearchPathForDirectoriesInDomains (NSApplicationSupportDirectory, NSUserDomainMask, YES);
NSString *basePath = ([paths count] > 0) ? [paths objectAtIndex: 0] : NSTemporaryDirectory();
return [basePath stringByAppendingPathComponent:@"TomTom POI Manager"];
}

This method doesn't appear to use self or any of self's state. You could make it a regular C function instead of a method of the app delegate.


Jon Hess
_______________________________________________

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: 
 >Multiple Nib Question (From: Joseph Crawford <email@hidden>)

  • Prev by Date: Re: NSView behaves different on 10.4 vs 10.5?
  • Next by Date: Re: NSTableView Grows with # of rows
  • Previous by thread: Re: Multiple Nib Question
  • Next by thread: Re: Multiple Nib Question
  • Index(es):
    • Date
    • Thread