注意事項:
NSUserdefault 返回的字典是不可變類型
數(shù)組判斷是否包含某一元素:
NSLog(@"%ld",[arr indexOfObject:@"3"]);
NSLog(@"%hhd",[arr containsObject:@"3"]);
com.apple.product-type.bundle.ocunit-test
com.apple.product-type.bundle
.unit-test
調(diào)用手機震動:
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
如果要監(jiān)聽電話事件 ,在ARC模式下要把CTCallCenter對象寫成成員變量