上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 34 下一页
摘要: https://www.jianshu.com/p/cf7e164b6018?tdsourcetag=s_pcqq_aiomsg transform.scale = 比例轉換 transform.scale.x = 闊的比例轉換 transform.scale.y = 高的比例轉換 transfor 阅读全文
posted @ 2018-09-20 10:17 雨筱逸悠 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 截图功能 通常会用到以下快捷键组合: Command+Shift+3截全屏、 Command+Shift+4截屏幕选定部分、 Command+Shift+4+空格截取所选窗口 grep -r xxxxxx . 在文件夹下面查找包含xxxxx符号的库(用于检查是否使用了某个API,xxxxx可以是类名 阅读全文
posted @ 2018-09-19 09:45 雨筱逸悠 阅读(135) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/b38052ee56af 打包加速 https://developer.apple.com/documentation/xcode/reducing-your-app-s-launch-time/ 启动加速 http://imgtec.eetren 阅读全文
posted @ 2018-09-17 11:44 雨筱逸悠 阅读(136) 评论(0) 推荐(0) 编辑
摘要: https://kapeli.com/cheat_sheets/iOS_Design.docset/Contents/Resources/Documents/index https://help.apple.com/app-store-connect/#/dev4e413fcb8 审核视频需求 ht 阅读全文
posted @ 2018-09-12 09:05 雨筱逸悠 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 原理:先给NSURLSession地Configuration设置一个内存和本地代理,原来的网络请求结束后会查找缓存的代理字典,并执行代理对象对应的操作方法,需要做的就是拦截错误的方法,返回缓存的数据 AFURLSessionManager.m AFURLSessionManagerTaskDele 阅读全文
posted @ 2018-09-05 14:54 雨筱逸悠 阅读(348) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wangyouxiang/article/details/17855255 https://www.cocoacontrols.com/controls?platform_id=mac-os-x 很多demo https://blog.csdn.net/l 阅读全文
posted @ 2018-09-02 15:40 雨筱逸悠 阅读(78) 评论(0) 推荐(0) 编辑
摘要: https://www.politepix.com/openears/ 一款免费的识别工具 阅读全文
posted @ 2018-09-01 16:20 雨筱逸悠 阅读(263) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 字幕解析 // // Created by admin on 2018/8/30. // Copyright © 2018年 admin. All rights reserved. // #import "ViewController.h" @interface ViewController () @end @implement... 阅读全文
posted @ 2018-08-30 17:27 雨筱逸悠 阅读(2282) 评论(0) 推荐(0) 编辑
摘要: GCC __builtin_expect的作用 https://blog.csdn.net/shuimuniao/article/details/8017971 https://blog.csdn.net/joker0910/article/details/6670436 __builtin_exp 阅读全文
posted @ 2018-08-29 17:09 雨筱逸悠 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://blog.csdn.net/shenyi0106/article/details/47004039 https://blog.csdn.net/jeffasd/article/details/78181856?locationNum=1&fps=1 音频内容 AudioSt 阅读全文
posted @ 2018-08-22 11:48 雨筱逸悠 阅读(1053) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 34 下一页