|
FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
Extensions of NSString(NSStringPathExtensions) More...
#import <NSPathUtilities.h>
Instance Methods | |
| (NSString *) | - stringByAppendingPathFormat: |
| Returns a new string made by appending to the receiver a given string. More... | |
Extensions of NSString(NSStringPathExtensions)
| - (NSString *) stringByAppendingPathFormat: | (NSString *) | format | |
| , | (1) | ||
| (2) | NS_FORMAT_FUNCTION | ||
Returns a new string made by appending to the receiver a given string.
| format | A format string. |
| ... | A comma-separated list of arguments to substitute into format. |