04 2019 档案

摘要:https://www.jianshu.com/p/5673d8333544 之前由于经费不足,购置的128的mac,现在发现一不注意盘就满了,悔之晚矣。。。a)、清除 x-code CoreSimulator 开发缓存。 1.关闭xcode 2.终端输入 sudo killall -9 com.a 阅读全文
posted @ 2019-04-26 11:18 sundaysios 阅读(759) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/tiffany-my/p/5315028.html bundleForClass的返回 A大关注 0.3642016.04.21 10:43:05字数 256阅读 5,196 + bundleForClass: Return Value The NSB 阅读全文
posted @ 2019-04-25 10:35 sundaysios 阅读(1782) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/yk123/p/9340268.html // 加载自定义名称为Resources.bundle中对应images文件夹中的图片// 思路:从mainbundle中获取resources.bundleNSString *strResourcesBund 阅读全文
posted @ 2019-04-24 15:45 sundaysios 阅读(2387) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/39c051cfe7dd CATransition CATransition 是CAAnimation的子类(如下图所示),用于控制器和控制器之间的转场动画。能够来自定义系统的push和present。实现页面间的动画效果。 转场动画就是从一个场景 阅读全文
posted @ 2019-04-22 18:03 sundaysios 阅读(974) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/czc-wjm/p/5958103.html 今天来讲一下cocoapods制作,网上教程很多,就不再讲理论,直接操作: 1、创建仓库: 2、将仓库克隆本地: 1 git clone https://github.com/2360219637/CZCT 阅读全文
posted @ 2019-04-22 11:21 sundaysios 阅读(979) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_17190231/article/details/84201956 2018年11月18日 16:52:39 FreeBaiShun 阅读数:66 标签: 开源项目 更多 个人分类: 我的开源代码 2018年11月18日 16:52:39 FreeB 阅读全文
posted @ 2019-04-22 10:44 sundaysios 阅读(143) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/ece0b5721461 2018.04.12 16:43* 字数 1168 阅读 244评论 0喜欢 1 2018.04.12 16:43* 字数 1168 阅读 244评论 0喜欢 1 2018.04.12 16:43* 字数 1168 阅读 阅读全文
posted @ 2019-04-22 10:40 sundaysios 阅读(622) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/zhengang007/article/details/51019479 2016年03月30日 版权声明:本文为博主原创文章,转载请注明作者和原文链接。 https://blog.csdn.net/zhengang007/article/details/ 阅读全文
posted @ 2019-04-22 10:17 sundaysios 阅读(1762) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/skh2015java/article/details/78404235 原文地址:http://blog.csdn.net/lyjshen/article/details/52298003 定义一个消息类型 指定字段类型 分配标识号 指定字段规则 添加更 阅读全文
posted @ 2019-04-22 09:29 sundaysios 阅读(2358) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/dangbai01_/article/details/81099001 (1)Protobuf是什么? Protobuf 即 google protocol buffer 是一种数据封装格式协议,是google推出 的一种语言无关、平台无关、扩展性好的用于 阅读全文
posted @ 2019-04-22 09:20 sundaysios 阅读(3969) 评论(0) 推荐(0) 编辑
摘要:1.调用的时候我明明改成了 .mm , 也添加了libstdc++.dylib 调用自己(xcode )写的(cocoa static lib )c++ ,编译总是报找不到库里的函数, 最后我在调用的.mm文件里写了一个c++类,在这个类里调用, 在objc里用这个c++类指针,成功了, KFC(K 阅读全文
posted @ 2019-04-18 16:55 sundaysios 阅读(2011) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/jingzhishen/p/3696293.html sizeof()用法汇总sizeof()功能:计算数据空间的字节数1.与strlen()比较 strlen()计算字符数组的字符数,以"\0"为结束判断,不计算为'\0'的数组元素。 而sizeof 阅读全文
posted @ 2019-04-18 16:34 sundaysios 阅读(1575) 评论(0) 推荐(0) 编辑
摘要:https://segmentfault.com/a/1190000004695617 原文:《iOS Fundamentals: Frames, Bounds, and CGGeometry》程康,2016 年 3 月 26 日本文原链:【译】iOS 基础:Frames、Bounds 和 CGGe 阅读全文
posted @ 2019-04-17 16:51 sundaysios 阅读(287) 评论(0) 推荐(0) 编辑
摘要:http://blog.sina.com.cn/s/blog_953e22700101r7lz.html 在CGGeometry.h里的 CGPoint、CGSize、CGRect、CGRectEdge实际上都是结构体 struct CGPoint { CGFloat x; CGFloat y; } 阅读全文
posted @ 2019-04-17 16:48 sundaysios 阅读(2024) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/814e71e19175 为防止出问题,建议以这样的方法做: 1.建一个OC工程命名为SwiftOC 20160112195923174.png 2.新建一个swfit文件命名为Test.swift,会弹出提示,选择Create Bridging 阅读全文
posted @ 2019-04-17 14:40 sundaysios 阅读(7691) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/9bc7e65fc247 2017.07.27 17:24* 字数 628 阅读 1319评论 6喜欢 21 2017.07.27 17:24* 字数 628 阅读 1319评论 6喜欢 21 2017.07.27 17:24* 字数 628 阅读 阅读全文
posted @ 2019-04-15 11:17 sundaysios 阅读(507) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/526dfd5cbb19 2016.08.04 12:06* 字数 517 阅读 3504评论 3喜欢 3 2016.08.04 12:06* 字数 517 阅读 3504评论 3喜欢 3 2016.08.04 12:06* 字数 517 阅读 3 阅读全文
posted @ 2019-04-12 10:09 sundaysios 阅读(224) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示