摘要: CocoaPods详解之----进阶篇作者:wangzz原文地址:http://blog.csdn.net/wzzvictory/article/details/19178709一、Podfile.lock文件上文讲过,在开始使用CocoaPods,执行完pod install之后,会生成一个Pod... 阅读全文
posted @ 2015-05-12 15:19 Allen.Ma 阅读(140) 评论(0) 推荐(0) 编辑
摘要: //// SYTCodeScanerViewController.m// SYTCodeScan//// Created by iMac on 15/5/6.// Copyright (c) 2015年 S.A. All rights reserved.//#import "SYTCodeScanerViewController.h"#import #import #import @... 阅读全文
posted @ 2015-05-12 14:13 Allen.Ma 阅读(991) 评论(0) 推荐(0) 编辑
摘要: //扫描震动- (void)playBeep{ SystemSoundID soundID; AudioServicesCreateSystemSoundID((__bridgeCFURLRef)[NSURLfileURLWithPath:[[NSBundlemainBundle] pathForResource:@"beep"ofType:@"wav"]], &soundID); ... 阅读全文
posted @ 2015-05-12 13:48 Allen.Ma 阅读(277) 评论(0) 推荐(0) 编辑