li6185377 / LKDBHelper-SQLite-ORM

全自动的插入,查询,更新,删除, an automatic database operation thread-safe and not afraid of recursive deadlock
MIT License
1.21k stars 288 forks source link

LKDateFormatter dispatch_semaphore_t 使用 assign 修饰 会有问题 #158

Closed GuibinLu closed 2 years ago

GuibinLu commented 3 years ago

LKDateFormatter dispatch_semaphore_t 使用 assign 修饰 会有问题

li6185377 commented 2 years ago

由于要支持低版本,属性直接设置为 strong ,会编译报错。 目前属性改为 readonly,内部使用私有变量