JXSegmentedView icon indicating copy to clipboard operation
JXSegmentedView copied to clipboard

JXPagingView与JXSegmentedView关联

Open fenglongteng opened this issue 4 years ago • 0 comments

segmentedView.listContainer = pagingView.listContainerView 报错 : No 'listContainerView' candidates produce the expected contextual result type 'JXSegmentedViewListContainer?'

解决方案: extension JXPagingListContainerView: JXSegmentedViewListContainer {}

fenglongteng avatar Sep 11 '21 02:09 fenglongteng