排序
IOS – OPenGL ES 设置图像亮度 GPUImageBrightnessFilter
IOS - OPenGL ES 设置图像亮度 GPUImageBrightnessFilter 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters , 图像处理相关. 3、Blending modes : 29 filte...
IOS – OpenGL ES 桑原滤波/水粉画模糊效果 GPUImageKuwaharaFilter
GPUImage - 设置图像图像卡通效果GPUImageKuwaharaFilter - GPUImage 共 125 个滤镜, 分为四类 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters , 图像处...
AVFoundation – 转场 – 推入/推出效果
AVFoundation转场推入推出过渡效果,AVFoundation转场,AVFoundation推入推出,AVFoundation过渡,AVFoundation合并,AVFoundation教程,
AVFoundation – 转场 – 擦除效果
AVFoundation转场擦除过渡效果,AVFoundation转场,AVFoundation擦除,AVFoundation过渡,AVFoundation合并,AVFoundation教程,
IOS – OpenGL ES 设置图像反遮罩锐化 GPUImageUnsharpMaskFilter
GPUImage - 设置图像图像黑白化GPUImageUnsharpMaskFilter - GPUImage 共 125 个滤镜, 分为四类 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters , 图像处...
IOS – Xcode error xxx has conflicting provisioning settings.
IOS – Xcode error xxx has conflicting provisioning settings. xxx has conflicting provisioning settings. xxx is automatically signed for development, but a conflicting code signing...
IOS – UIImage imageWithContentsOfFile 和 imageNamed 区别
IOS - UIImage imageWithContentsOfFil 和 imageNamed 区别 - 使用 imageNamed 加载沙盒的素材,偶尔不正常,有时候为上一次加载的素材,即路径正常,加载的素材又可能是上一次缓冲区的素材(头...
Xcode – Mac CocoaPods 更新到最新版本
Xcode – Mac CocoaPods 更新到最新版本 - 1.查看当前 CocoaPods 版本 pod --version 2.更新 CocoaPods 版本到最新 1.pod setup 2.sudo gem install cocoapods //或使用sudo gem install -n /us...
Xcode – Xcode13 The Legacy Build System will be removed in a future release
Xcode – Xcode13 The Legacy Build System will be removed in a future release - The Legacy Build System will be removed in a future release. You can configure the selected build sys...
Xcode – 常用快捷键的使用
Xcode – 常用快捷键的使用 Command + R 运行。 Command + . 停止 F6 单步调试 F7 跳入 F8 继续 新建项目 command+shift+n 新建文件 command+n 新建空文件 command+control+n 打开 command+o 关...