随笔分类 -  iOS

基础到精通
摘要:蓝牙常见名称和缩写MFI======= make for ipad ,iphone, itouch 专们为苹果设备制作的设备BLE==== buletouch low energy,蓝牙4.0设备因为低耗电,所以也叫做BLEperipheral,central==外设和中心,发起连接的时centra... 阅读全文
posted @ 2015-11-16 15:32 牵着蜗牛走的我 阅读(352) 评论(0) 推荐(0)
摘要:var TemplateEngine = function(html, options) { var re = /]+)?%>/g, reExp = /(^( )?(if|for|else|switch|case|break|{|}))(.*)?/g, code = 'var r=[];\n'... 阅读全文
posted @ 2015-10-26 15:37 牵着蜗牛走的我 阅读(115) 评论(0) 推荐(0)
摘要:iOS 9系统已经出来了,而网络方面的ATS(App Transport Security)特性可以说每个人都要经历。而我这篇博客,就是结合我最近几天的经历,来谈谈从服务器到iOS客户端对ATS的适配。一、简单谈谈ATS(App Transport Security)ATS(App Transpor... 阅读全文
posted @ 2015-10-22 19:58 牵着蜗牛走的我 阅读(406) 评论(1) 推荐(0)
摘要:*** tableView:editActionsForRowAtIndexPath: //设置滑动删除时显示多个按钮* UITableViewRowAction //通过此类创建按钮* 1.我们在使用一些应用的时候,在滑动一些联系人的某一行的时候,会出现删除、置顶、更多等... 阅读全文
posted @ 2015-10-20 12:06 牵着蜗牛走的我 阅读(176) 评论(0) 推荐(0)
摘要:工程老是提示ld:warning:directorynotfoundforoption:xxxxxx这种提示,通常是由于添加了第三方SDK,但是后来改了个名字或者去掉了SDK,但是在Build Settings----->Search Paths----->Library Search Paths ... 阅读全文
posted @ 2015-10-14 10:30 牵着蜗牛走的我 阅读(310) 评论(0) 推荐(0)
摘要:---- iOS 应用评分 UIAlertAction *alertAction1 = [UIAlertAction actionWithTitle:@"方式1 跳转到app商店" style:UIAlertActionStyleDefault handler:^(UIAlertAction * _... 阅读全文
posted @ 2015-10-13 16:12 牵着蜗牛走的我 阅读(439) 评论(0) 推荐(0)
摘要:集成IOS SDK在您阅读此文档时,我们假定您已经具备了基础的 iOS 应用开发经验,并能够理解相关基础概念。下载SDK通过Cocoapods下载地址不包含实时语音版本SDK(EaseMobClientSDKLite),引用时 #import pod 'EaseMobSDK', :git => 'h... 阅读全文
posted @ 2015-10-13 16:05 牵着蜗牛走的我 阅读(2623) 评论(0) 推荐(0)
摘要:- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. UITextField *text... 阅读全文
posted @ 2015-08-11 21:26 牵着蜗牛走的我 阅读(830) 评论(0) 推荐(0)