Results 6 comments of artshell

这个接口估计很难统一吧, java,oc,swift这些语言的语法差异太大

@mehulTank 1. You should coustom View and implement [IRefreshStatus](https://github.com/dinuscxj/RecyclerRefreshLayout/blob/master/recyclerrefreshlayout/src/main/java/com/dinuscxj/refresh/IRefreshStatus.java) interfaces or 2. Copy [RefreshView](https://github.com/dinuscxj/RecyclerRefreshLayout/blob/master/recyclerrefreshlayout/src/main/java/com/dinuscxj/refresh/RefreshView.java) source code to coustom and then call RecyclerRefreshLayout.setRefreshView() method

内存拷贝的问题,image-png 这个库后面得到了,优化,你再测测!

@oilel I have the same problems! ```rust // read and ignored let mut buffer = [0; 1024]; stream.read(&mut buffer).await; ```