摘要: 1.进入官网注册账号,登陆,注册,应用。 2,下载sdk 导入系统库。 3,关闭bitcode 4,初始化讯飞语音。 NSString * initString = [[NSString alloc] initWithFormat:@"appid=%@",@"56fb34f4"]; [IFlySpe 阅读全文
posted @ 2016-06-29 18:13 sujianbo 阅读(1429) 评论(0) 推荐(0) 编辑
摘要: 显示错误:The Operation couldn't be completed.(LaunchServicesError error 0.)解决办法:第1种方法.点击当前的模拟器,点击IOS Simulator->Reset Content and Settings...->Reset,然后会重置 阅读全文
posted @ 2016-06-29 15:05 sujianbo 阅读(910) 评论(0) 推荐(0) 编辑
摘要: #import <UIKit/UIKit.h> @interface UIView (SJBExtends) @property (nonatomic,assign)CGFloat x; @property (nonatomic,assign)CGFloat y; @property (nonato 阅读全文
posted @ 2016-06-29 14:26 sujianbo 阅读(212) 评论(0) 推荐(0) 编辑