查无此人

Results 6 comments of 查无此人

可以看下是不是用了 insertOrReplace方法 改成 insert方法就好了,至少我的好了。

https://github.com/Tencent/wcdb/issues/716#issuecomment-984333318 实测有效

> 这样可以解决,我这边成功了: > > -framework "WCDBSwift" -framework "sqliterk" -force_load $(BUILT_PRODUCTS_DIR)/WCDBOptimizedSQLCipher/sqlcipher.framework/sqlcipher 实测有效

``` func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask { if window is ZFLandscapeWindow { return [.landscape] } return .portrait } ``` 目前这个没有发现问题

我看Example工程的ZFScrollViewViewController里面UIScrollViewDelegate都实现了