JXSegmentedView
JXSegmentedView copied to clipboard
JXPagingView与JXSegmentedView关联
segmentedView.listContainer = pagingView.listContainerView 报错 : No 'listContainerView' candidates produce the expected contextual result type 'JXSegmentedViewListContainer?'
解决方案: extension JXPagingListContainerView: JXSegmentedViewListContainer {}