随笔分类 -  iOS

摘要:大小变化 https://developer.apple.com/documentation/xcode/reducing-your-app-s-size https://www.linuxidc.com/Linux/2014-03/98192.htm SDK制作 https://www.cnblo 阅读全文
posted @ 2021-06-23 11:06 南溟之巅 阅读(226) 评论(0) 推荐(0) 编辑
摘要:苹果公司开发者账号所需准备资料 每个人的身份最多是一个苹果开发者账号的拥有者。 iOS设备:(iPhone最好,尽可能保证登录过很少的Apple ID,请勿共用设备,能安装最新版Apple Developer App) 邮箱地址:(尽量不要公司邮箱) 邮箱/Apple ID密码:(至少有大小写字母和 阅读全文
posted @ 2021-04-23 21:56 南溟之巅 阅读(227) 评论(0) 推荐(0) 编辑
摘要:https://support.apple.com/zh-cn/HT207443 https://support.apple.com/zh-cn/HT201736#thunderbolt3 https://www.macdaxue.com/11-mac-port/ https://zhuanlan. 阅读全文
posted @ 2020-11-11 10:28 南溟之巅 阅读(476) 评论(0) 推荐(0) 编辑
摘要:iOS开发将一个工程添加到另一个工程中 https://www.jianshu.com/p/60c2c044ef56 iOS 在同一个workspace下跨项目文件的相互引用 http://www.demodashi.com/demo/15500.html 阅读全文
posted @ 2020-04-13 20:20 南溟之巅 阅读(623) 评论(0) 推荐(0) 编辑
摘要:一、推荐方式 1、让iPhone和Mac通过数据线连接(对,就是连着) 2、打开终端,执行如下命令: sudo killall -STOP -c usbd 3、一分钟内,iPhone即可连上Mac 4、如果是19年3月后的新系统可执行下面的命令 sudo pkill -9 usbd 二、手动操作 1 阅读全文
posted @ 2020-04-05 10:11 南溟之巅 阅读(5057) 评论(0) 推荐(0) 编辑
摘要:http://www.cocoachina.com/articles/109104?filter=ios https://juejin.im/post/5deefc5e518825126416611d#heading-4 https://juejin.im/post/5d355ccfe51d4577 阅读全文
posted @ 2020-03-29 22:48 南溟之巅 阅读(1179) 评论(0) 推荐(0) 编辑
摘要:iExplorer 的方法试的时候设备都无法检测到,建议放弃 启用iTunes文件共享,才能够看沙盒内的文件,只需要在plist文件中添加如下信息: <key>UIFileSharingEnabled</key> <true /> 阅读全文
posted @ 2020-03-18 17:40 南溟之巅 阅读(306) 评论(0) 推荐(0) 编辑
摘要:建议升级10.15的系统,什么都装好了 sudo gem install cocoapodspod setup搞定不能有search命令,可以pod init,下载用的是cdn,打开项目正常使用问题:error: RPC failed; curl 18 transfer closed with ou 阅读全文
posted @ 2019-03-31 11:10 南溟之巅 阅读(168) 评论(0) 推荐(0) 编辑
摘要:查看苹果各大系统的服务状态:中国区服务:https://www.apple.com/cn/support/systemstatus/美国区服务:https://developer.apple.com/system-status/ 遇到2.1大礼包要耐心,细心的一条条认证与苹果沟通。 遇到4.3礼包, 阅读全文
posted @ 2018-07-18 14:52 南溟之巅 阅读(333) 评论(0) 推荐(0) 编辑
摘要:https://github.com/HikariObfuscator/Hikari https://github.com/GoSSIP-SJTU/Armariris http://www.iosre.com https://www.yaozuopan.top/index.php/71.html C 阅读全文
posted @ 2018-06-14 09:47 南溟之巅 阅读(680) 评论(0) 推荐(0) 编辑
摘要:安装步骤 1、下载地址:http://stevenygard.com/projects/class-dump/ 2、打开终端输入 open /usr/local/bin 3、把dmg文件中的class-dump文件复制到 /usr/local/bin 4、更改权限:终端输入 sudo chmod 7 阅读全文
posted @ 2018-05-25 14:32 南溟之巅 阅读(1593) 评论(0) 推荐(0) 编辑
摘要:网络 AFNetworking HTTP网络库 Reachability 网络监测 CocoaAsyncSocket Socket库 SocketRocket WebSocket库 Socket.IO-Client-Swift Socket.IO库 UI、布局 Masonry AutoLayout 阅读全文
posted @ 2018-03-11 11:37 南溟之巅 阅读(1517) 评论(0) 推荐(0) 编辑
摘要:参考 http://blog.csdn.net/newbieprogrammer/article/details/50569384 http://blog.csdn.net/developer_zhang/article/details/11736221 http://blog.csdn.net/w 阅读全文
posted @ 2017-04-28 15:13 南溟之巅 阅读(156) 评论(0) 推荐(0) 编辑
摘要:1.下载模拟器 参考:http://blog.csdn.net/piratest/article/details/52538978 参考:http://blog.csdn.net/zhangao0086/article/details/38491271 2.无网安装模拟器 2.1 双加下载好的com 阅读全文
posted @ 2017-04-27 16:49 南溟之巅 阅读(392) 评论(0) 推荐(0) 编辑
摘要:仿微信 https://github.com/zhengwenming/WeChat 电台韵律 https://github.com/DaMingShen 运动App https://github.com/caixindong/Running-Life iOS 例外,这是开源库和开源app http 阅读全文
posted @ 2016-08-19 18:04 南溟之巅 阅读(152) 评论(0) 推荐(0) 编辑
摘要:简介 sqlite是短小精悍的关系型数据库,常运用于嵌入式设备,麻雀虽小五脏俱全,能满足大部分数据存储的需求,目前使用最多的是sqlite3。 其语句不区分大小写,每条语句必须以分号(;)结尾 ,不可使用关键字对表和字段命名。 常用关键字有SELECT、INSERT、UPDATE、DELETE、CR 阅读全文
posted @ 2016-08-14 11:52 南溟之巅 阅读(324) 评论(0) 推荐(0) 编辑
摘要:类 协议 望指正 阅读全文
posted @ 2016-08-03 17:42 南溟之巅 阅读(1001) 评论(0) 推荐(0) 编辑
摘要:上面代码输出结果是:2,5 sizeof:是一个运算符,类型结果为size_t,在头文件中typedef为unsigned int,值通常在编译时计算好,参数类型可以是数组、指针、类型、对象,函数等。注意对齐问题,要以最长类型计算,得出占用字节的大小。 strlen:是一个函数,只能用char*做参 阅读全文
posted @ 2016-07-31 17:01 南溟之巅 阅读(148) 评论(0) 推荐(0) 编辑
摘要:nil (id)0 是OC对象的空指针,可正常调用方法(返回空值,false,零值等) Nil (Class)0 是OC类的空指针,主要运用于runtime中,Class c = Nil; 其他特性与nil一致 NULL (void *)0 是C指针的空值,在OC中对非对象指针赋空值,如C指针,in 阅读全文
posted @ 2016-07-18 10:50 南溟之巅 阅读(198) 评论(0) 推荐(0) 编辑
摘要:#! /bin/bash project_path=$(dirname $0) project_config=Release output_path=~/Desktop build_scheme=YKTicketsApp workspace_name=YKTicketsApp parameter=":p:c:o:s:w:h:" while getopts $parameter op... 阅读全文
posted @ 2016-06-03 11:53 南溟之巅 阅读(431) 评论(0) 推荐(0) 编辑

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