InterfaceKit:一行代码实现在SwiftUI界面使用UIKit、AppKit和WatchKit的接口! 第一个正式发布的第三方框架 2021-05-01 移动开发 iOS git framework github carthage cocoapods macOS tvOS watchOS swift package manager InterfaceKit--One line of code to implement interfaces of UIKit,AppKit,and WatchKit in SwiftUI interface! InterfaceKit ======================== One line of code to implement interfaces of UIKit,AppKit,and WatchKit in SwiftUI 2021-05-01 移动开发 iOS git framework github carthage cocoapods macOS tvOS watchOS swift package manager podspec示例 podspec示例 ======================== 1 # # Be sure to run `pod spec lint CommonUse.podspec' to ensure this is a # vali 2021-04-25 移动开发 iOS framework cocoapods Carthage使用工作记录 Carthage使用工作记录 ======================== 主要是三点 1、写Cartfile github "SnapKit/SnapKit" ~> 5.0 ... 2 2021-04-23 移动开发 iOS framework carthage Carthage使用摘录 Carthage使用摘录 ======================== 通常来说,carthage库编译快(因为不用再编译源码),但是编译后的App通常更占内存,Swift Package Manager也是,它们夹带一些其他文件,所 2021-04-23 移动开发 iOS framework carthage Carthage库制作摘录 Carthage库制作摘录 ======================== 看图秒懂系列 2021-04-23 移动开发 iOS framework carthage 制作多平台的framework 制作多平台的framework ======================== 看图秒懂系列,Base SDK务必要设置成No SDK,选择other选项,然后什么都不填。 2021-04-23 移动开发 iOS framework 去除 GLKit API 弃用警告 去除 GLKit API 弃用警告 ======================== 'GLKViewController' was deprecated in iOS 12.0: OpenGLES API deprecated. (De 2021-04-21 移动开发 iOS framework 使用R.swift检查各种string文件的问题 使用R.swift检查各种string文件的问题 ======================== [R.swift] Skipping 2 strings in ‘Localizable’ (en) because symbol ‘bo 2021-04-16 移动开发 iOS framework iOS日志框架CocoaLumberjack iOS日志框架CocoaLumberjack ======================== 我使用了如下代码进行配置,只需在AppDelegate或SceneDelegate调用configDDLog即可(在其他某些文件配置也是可以的 2021-04-10 移动开发 iOS framework 查看cocoapods中各个库的版本 查看cocoapods中各个库的版本 ======================== 记录一下 cat Podfile.lock Last login: Fri Apr 9 05:48:04 on ttys002 zhangsaido 2021-04-09 移动开发 iOS framework cocoapods Zip使用 Zip使用 ======================== 感觉官方写得挺明白的 do { let filePath = Bundle.main.url(forResource: "file", withExtension: " 2021-04-08 移动开发 iOS framework zip iOS mlmodelc内部文件格式规范 iOS mlmodelc内部文件格式规范 ======================== 尽量本地编译Core ML mlmodel,则得到的mlmodelc可以直接使用 通过网络加载的Core ML mlmodel所编译而出的mlmo 2021-04-08 移动开发 iOS file 机器学习 iOS延时 iOS延时 ======================== 今天我使用了这样一种延时,目的是等待文件下载完,返回与文件相关的数据,我试了各种多线程,后面发现这种延时有阻塞的味道,能有效地防止函数提前返回数据 while true { 2021-04-06 移动开发 iOS Swift time iOS调试摘录 iOS调试摘录 ======================== po vo do 等调试命令可以了解下 2021-04-05 移动开发 iOS 软件测试 iOS_Swift文件夹和文件操作 iOS_Swift文件夹和文件操作 ======================== 首先获取app文件夹:(以下例子都在doucment文件夹下操作) let manager = FileManager.default let urls 2021-04-04 移动开发 iOS Swift file Swift字符串截取摘录 Swift字符串截取摘录 ======================== 2021-04-04 移动开发 iOS Swift Swift 解决URL或参数中含有中文(Swift URL编码) Swift 解决URL或参数中含有中文(Swift URL编码) ======================== let encodeURLStr = urlString.addingPercentEncoding(withAllowe 2021-04-04 移动开发 iOS Swift network