Xiwen Xu
Xiwen Xu
> 因为 Flutter 的单测是不会启动 Native App 进程的,所以用单测框架跑不起来 我理解单测不会启动 Native App 进程,但是可以编译通过。普通的Flutter Plugins插件跑单测 都不会有问题,只是我们需要Mock channel的实现。dart_native目前遇到的问题上如果单测代码中有引用,编译会不通过。
滑动的过程中 刷新 segmentedView.reloadDataWithoutListContainer() 会有卡顿 或者滑过去 又切换回了了
@pujiaxin33 大概就是每次滑到一个tab上, 异步调个接口,获取消息数量,reload segmentedView titles。滑动快了 和刷新的逻辑 冲突。
@monologue555 能解释修改的说明吗? 结束录制的时候 再读取一部分 pcm ?
I have the same problem, is there a good solution?
好的 能否留个联系方式 有一些问题想请教一下.
https://aneeo.com/ios 用重签的低版本 不会遇到这种情况下
``` if let searchTextField = pySearch.searchBar.value(forKey: "searchField") as? UITextField { searchTextField.borderStyle = .none searchTextField.layer.cornerRadius = 4 searchTextField.layer.masksToBounds = true searchTextField.backgroundColor = AppColors.F2F2F2 searchTextField.font = UIFont.systemFont(ofSize: 15) if #available(iOS 11, *)...
字符串过长无法加密