加载中
备忘录

持续更新中

2015/09/24 23:51
132
备忘2018-04-28

1.判断字符是否为空 (空字符串, 全部是空格)(字符串过滤) + (BOOL)isEmpty:(NSString *) str { if (!str) { return true; } else { NSCharacterSet *set = [NSCharacterSet whitespaceA...

2018/04/28 15:40
17
使用 备注

1.限定数组中的元素类型 @property (nonatomic, strong) NSMutableArray <NSDictionary *>*array; //声明一个属性array, 限定array的元素 为字典 @property (nonatomic, strong) NSMutableA...

2017/08/09 20:24
53
大神博客

http://blog.ibireme.com

2017/06/27 16:12
63
获取crash日志

http://www.jianshu.com/p/ea1e6b210b27 h文件 // // CatchCrash.h // bcleaner // // Created by dt-mac on 2017/6/1. // Copyright © 2017年 DT. All rights reserved. // #import <Found...

2017/06/01 17:59
163
github 重要框架

github框架资源 https://github.com/Tim9Liu9/TimLiu-iOS 资源大全 https://github.com/Lafree317/iOS 车轮子 http://www.jianshu.com/p/c8152d6ce957 性能检测工具 http://www.jianshu.com...

2017/06/01 11:51
235
app 功能

聊天uihttps://github.com/leancloud/ChatKit-OC mvvm https://github.com/lovemo/MVVMFramework

2017/06/01 10:38
60
app框架(ios)

https://github.com/wujunyang/MobileProject https://github.com/wujunyang/jiaModuleDemo

最全的ios第三方框架

http://www.cnblogs.com/zyjzyj/p/6015625.html

2017/03/27 10:05
70
mac 禁止.DS_store 生成

1,禁止.DS_store生成: 打开 “终端” ,复制黏贴下面的命令,回车执行,重启Mac即可生效。 defaults write com.apple.desktopservices DSDontWriteNetworkStores true 2,恢复.DS_store生成...

2017/01/07 00:53
1.2K
ats设置

http://www.wosign.com/faq/faq-ios-https.htm http://www.wosign.com/News/ios-app-https.htm http://www.wosign.com/faq/faq-ios-app-ats.htm http://www.wosign.com/faq/faq-ios10-ats.ht...

2017/01/06 14:49
104
【iOS】使用Charles抓取App网络请求

【iOS】使用Charles抓取App网络请求 http://www.tuicool.com/articles/e6V3EvI iOS开发工具——网络封包分析工具Charles http://www.infoq.com/cn/articles/network-packet-analysis-tool-c...

2016/12/27 13:28
154
apple 开发

iOS 9 中可用的受信任根证书列表 https://support.apple.com/zh-cn/HT205205 ats 证书配置http://www.cocoachina.com/ios/20151021/13722.html http://www.cocoachina.com/ios/20161207/1830...

2016/12/23 10:08
110
2016-11 备忘录

UIButton设置左文字右图片 os8下 文字和图片重叠了,该怎么处理?原来的代码如下 _qyButton = [UIButton buttonWithType:UIButtonTypeCustom]; _qyButton.frame = CGRectMake(0, 0, kDevice...

2016/11/21 09:17
27
私有推送实现方法 - VOIP

  在开发企业app的时候,有的时候基于安全性的考虑,不允许设备连接外网。这就出现了一个问题,就是iOS的推送功能没法工作了,因为iOS的推送功能是固化在系统里,必须连接苹果的APNS服务器...

2016/10/27 14:22
766
mqtt

http://blog.csdn.net/boonya/article/details/51374226 http://www.jianshu.com/p/8fe2eec9dad1 http://www.tuicool.com/articles/ZVRnMfe http://www.ibm.com/developerworks/cn/websphere...

2016/10/27 13:56
567
iOS - appledoc 文档生成

1.安装appledoc git clone git://github.com/tomaz/appledoc.git cd ./appledoc sudo sh install-appledoc.sh or git clone git://github.com/tomaz/appledoc.git //打开下载的文件夹 cd ...

2016/09/09 13:46
151
支付宝移动支付文档url

https://doc.open.alipay.com/docs/doc.htm?spm=a219a.7629140.0.0.yZn8Mg&treeId=59&articleId=103563&docType=1...

2016/08/25 10:00
328
iOS 开发网站

有用的网站

2016/06/23 10:53
36
xcode 有用插件

iOS 大神必备xcode插件

2016/06/23 10:47
151

没有更多内容

加载失败,请刷新页面

返回顶部
顶部