IOS XMPP

摘要: http://www.cnblogs.com/lmyhao/p/4120616.html 阅读全文
posted @ 2016-09-01 09:41 小小鸟的梦想 阅读(83) 评论(0) 推荐(0) 编辑

iOS 语音识别使用讯飞报错

摘要: You must rebuild it with bitcode enabled(Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, ordisable bitcode for this target. 阅读全文
posted @ 2016-08-31 10:50 小小鸟的梦想 阅读(200) 评论(0) 推荐(0) 编辑

IOS uitableviewcell 向左滑动删除编辑等

摘要: 主要实现这个方法就好了 -(NSArray<UITableViewRowAction *> *)tableView:(UITableView *)tableView editActionsForRowAtIndexPath:(NSIndexPath *)indexPath{ return @[ [U 阅读全文
posted @ 2016-08-23 12:12 小小鸟的梦想 阅读(365) 评论(0) 推荐(0) 编辑

iOS 提示音播放

摘要: 首先找到对应的素材 音频文件 写一个类继承 NSObject 命名为AudioUtil 导入支撑文件 #import <AVFoundation/AVFoundation.h> #import <AudioToolbox/AudioToolbox.h> 定义类方法 +(void)shareAudio 阅读全文
posted @ 2016-08-21 10:57 小小鸟的梦想 阅读(403) 评论(0) 推荐(0) 编辑

iOS 使用pods报错问题 pod --version

摘要: 错误信息如下 find_spec_for_exe': can't find gem cocoapods (>= 0.a) (Gem::GemNotFoundException) from /Users/bastian/.rvm/rubies/ruby-2.3-head/lib/ruby/site_r 阅读全文
posted @ 2016-08-19 16:45 小小鸟的梦想 阅读(447) 评论(0) 推荐(0) 编辑

iOS 原生二维码扫描,带扫描框和扫描过程动画

摘要: 在代码中使用了相对布局框架Masonry 准备两张图片,一张是扫描边框,一张是扫描时的细线分别命名 scanFrame.png和scanLine.png并提前放入工程 导入相对布局头文件 #define MAS_SHORTHAND #define MAS_SHORTHAND_GLOBALS #imp 阅读全文
posted @ 2016-08-19 12:34 小小鸟的梦想 阅读(1246) 评论(0) 推荐(0) 编辑

iOS UIView显示颜色渐变

摘要: -(void)colorWear:(UIView *)view{ CAGradientLayer *gradient = [CAGradientLayer layer]; gradient.frame =CGRectMake(0,0,view.frame.size.width,view.frame. 阅读全文
posted @ 2016-08-18 18:05 小小鸟的梦想 阅读(422) 评论(0) 推荐(0) 编辑

iOS UILabel UITextView UIButton 等等显示文本行间距

摘要: iOS UILabel UITextView UIButton 等等显示文本行间距都用如下方法 NSMutableParagraphStyle *paragraphStyle = [[NSMutableParagraphStyle alloc] init]; paragraphStyle.lineS 阅读全文
posted @ 2016-08-18 16:48 小小鸟的梦想 阅读(552) 评论(0) 推荐(0) 编辑

IOS UIlabel设置文本距离边框距离

摘要: 自定义UILabel 继承 UILabel 重写drawTextInRect 方法具体如下: CGRect rect = CGRectMake(rect.origin.x + 5, rect.origin.y + 5, rect.size.width - 10, rect.size.height - 阅读全文
posted @ 2016-08-18 16:45 小小鸟的梦想 阅读(906) 评论(0) 推荐(0) 编辑

关注好友博客

摘要: http://my.oschina.net/u/555061/blog 阅读全文
posted @ 2016-08-17 16:48 小小鸟的梦想 阅读(70) 评论(0) 推荐(0) 编辑