Zhenyu

Results 24 comments of Zhenyu

解决方案,iOS 在 info.plist 中添加以下权限: ```xml NSPhotoLibraryUsageDescription 需要您的同意,APP才能访问相册 ```

同膜一下

我在业务中想实现回收站,可以使用逻辑删除吗?还是说逻辑删除字段不参与任何业务,我需要新建一个字段来表示是否删除到回收站?

`TargetPlatform.iOS` is normal. The other is not normal.

my temporary solution is to create a "uno.config.ts" in the root directory and write the following content in it: ```ts // for eslint; import { defineConfig } from 'unocss' export...

找到原因了,是 Model 的 Equatable 重写错了,应该逐属性比较。 但是目前还有一个问题,数据量较小时,列表不能实现下拉刷新的功能。

[https://github.com/szluyu99/ZYSwiftUIFrame](https://github.com/szluyu99/ZYSwiftUIFrame) 我的开源项目中集成了作者的框架,同时包含了很多其他功能,尤其是提供了一个完整的服务端,帮助模拟真实的网络请求。欢迎大家查看,觉得有帮助欢迎给个 Star!

Swift 初学者.... 欢迎优化