注意事项:
NSUserdefault 返回的字典是不可变类型
数组判断是否包含某一元素:
NSLog(@"%ld",[arr indexOfObject:@"3"]);
NSLog(@"%hhd",[arr containsObject:@"3"]);
com.apple.product-type.bundle.ocunit-test
com.apple.product-type.bundle
.unit-test
调用手机震动:
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
如果要监听电话事件 ,在ARC模式下要把CTCallCenter对象写成成员变量
网友评论