N. Wei
N. Wei
请问解决了吗?我现在也碰到这样的问题
请问怎样重写 dispatchTouchEvent 呢?
``` public class GMTagContainerLayout extends TagContainerLayout { public GMTagContainerLayout(Context context) { super(context); } public GMTagContainerLayout(Context context, AttributeSet attrs) { super(context, attrs); } public GMTagContainerLayout(Context context, AttributeSet attrs, int defStyleAttr) {...
那布局文件中应该怎么写?
I also encountered this problem, it was good last week. ```sketch 63 (92445)```
I also encountered this error in the past two days
### 666 执行 brew install git 就OK了
``` fluwx: ^4.0.0 ``` 1、修改这个文件:/Users/xxx/.pub-cache/hosted/pub.flutter-io.cn/fluwx-4.6.3/ios/fluwx.podspec ``` sp.dependency 'WechatOpenSDK-XCFramework','2.0.4' ``` 2、删除 ios 目录下的 Podfile.lock 文件。 3、重新执行 pod install 即可。