摘要:
音频格式硬件解码软件解码AACYESYESALACYESYESHE-AACYESiLBCYESIMA4YESLinea PCMYESMP3YESYESμ-law and a-lawYESCAFYESYES注意:硬件解码器一次只能对一个音频文件解码。在实际应用中通常使用非压缩的音频格式(AIFF)或... 阅读全文
摘要:
当我从Xcode 6.3切换到Xcode6.4的时候,因为我是mac上安装了两个不同的版本,现在把Xcode 6.3卸掉了。现在再次运行pod install命令的时候,提示如下错误:Updating local specs repositoriesxcrun: error: active deve... 阅读全文
摘要:
/*** CoreBluetooth ---- BLE** @ 蓝牙4.0 + iBeacon --- 室内导航(超市)*/#import "ViewController.h"#import @interface ViewController ()/** 中心管理者 ***/@property (n... 阅读全文
摘要:
niOS中提供了4个框架用于实现蓝牙连接GameKit.framework(用法简单)ü只能用于iOS设备之间的连接,多用于游戏(比如五子棋对战),从iOS7开始过期pMultipeerConnectivity.frameworkü只能用于iOS设备之间的连接,从iOS7开始引入,主要用于文件共享(... 阅读全文
摘要:
/*** CoreMotion**/#import "ViewController.h"#import // 导入框架@interface ViewController ()@property (nonatomic, strong) CMMotionManager *mgr;// 必须搞成全局的@... 阅读全文
摘要:
///很简单, 只需要在AppDelegate中写上一下代码, 就可以实现摇一摇功能.#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIAppli... 阅读全文