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