ElvistLui
ElvistLui
STEP: 1.Load two pages of data; 2.Swipe half the screen; 3.Clear the data, then`[tableView reloadData];`. RESULT: DZNEmptyDataSetView should be on top, but the position here is wrong.  I suggest...
请问CYLTabBarController是如果做到在pod时不同时pod Lottie的呢?而且当工程中主动pod了Lottie后,可以import Lottie相关的头文件
### Issue Description 目前仅在iPhone 11,iOS 15.6下,获取该视频失败,其他视频或系统均没有问题 #### Description and Steps  #### Info ZLPhotoBrowser version: e.g. 4.3.7 Device: e.g. iPhone 11 Device version: e.g. iOS 15.6 Xcode version: e.g. Xcode...
前置摄像头拍摄的视频,无论角度如何,使用 `- (int)lf_degressFromVideo` 这个方法获取到的结果都是180,也就是不用旋转。导致了 压缩后的视频角度不对,而且视频还镜像了
` getx版本号4.6.6 ` ` getx_template版本号3.5.0 ` 使用最新的getx_template插件生成的view.dart文件里,相比较旧版本,这里增加了state的具体类型,但是没有` import 'state.dart'; `,导致了报错。 希望这里能增加` import 'state.dart'; `。 btw: ` LaunchPage({Key? key}) : super(key: key); ` 可否改为` LaunchPage({super.key}); `?