LSPickerControllerDemo

Results 4 issues of LSPickerControllerDemo

How can I switch the item on the item not only on the icon but more area?

因为项目中有集成视频播放,适配X的时候发现这个问题.每次横屏之后下面的SubView都会在X方向上出现位移.

bug

首先感谢作者的这个库,能完美实现前端的图表😂. 现在遇到一个问题, MIUI 13.0.14会报错: "Uncaught ReferenceError: Messager is not defined", source: about:blank (51)

使用场景是这样的: 1.最外层容器是 JXPagingListRefreshView; 2.子页面为Tableview, 在TableView的Cell里面自定义使用JXSegmentedView; 3.切换容器Tab, 并使用如下代码刷新顶部高度 ``` pagingView.pinSectionHeaderVerticalOffset = pinHeaderHeight pagingView.resizeTableHeaderViewHeight(animatable: true, duration: 0.1, curve: .linear) pagingView.mainTableView.reloadData() ``` cell上使用的SegmentedView已选中状态的Segment字体颜色会变为normalTextColor, 并且暂时无法断点到是哪里导致颜色重绘. 目前确认是1.3.3版本的问题, 1.3.1没有这个问题