NSArray * nameArray = [UIFont familyNames];
iOS类别(Category)与扩展(Extension) 创建
//导入.h文件和系统蓝牙库的头文件 #import <CoreBluetooth/CoreBluetooth.h> #import "BabyBluetooth.h"…
#import "ViewController.h" @interface ViewController () @property (strong, nonat…
//.h文件 #import <UIKit/UIKit.h> @interface UILabel (hanhan) - (void)dianjishijian:(id…
一:确认网络环境3G/WIFI 1. 添加源文件和framework …
1.常用功能使用 1)初始化 NSString *astring = @"This is a String!&…
框架:AddressBook、AddressBookUI ABPeoplePickerNavigationControllerDelegate ABPeoplePickerNavi…
versionLabel.text = [NSString stringWithFormat:@"v%@", [[NSBundle mainBundle] objectForInf…
view.backgroundColor = [UIColor colorWithRed:arc4random_uniform(255)/255.0 green:arc4rando…
[[[UIApplication sharedApplication] keyWindow] endEditing:YES];收全部键盘 __weak typeof(self)we…
objective-c字符串转化成NSDate类型,计算与当前时间的相差,月数,天数