美文网首页
注意事项:

注意事项:

作者: 西博尔 | 来源:发表于2016-07-12 17:47 被阅读10次

注意事项:

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对象写成成员变量

相关文章

网友评论

      本文标题:注意事项:

      本文链接:https://www.haomeiwen.com/subject/stksjttx.html