xcode经常有一些函数前面有+-号。请问这是什么意思?怎么用?谢谢!
本小白不胜感激!
比如:
- (void)applicationDidEnterBackground:(UIApplication *)application
{
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
//This means the application has been terminated
}
+ (NSParagraphStyle *)defaultParagraphStyle;
+ (NSWritingDirection)defaultWritingDirectionForLanguage:(NSString *)languageName; // languageName is in ISO lang region format
慕村225694
相关分类