pujiaxin33 / JXSegmentedView

A powerful and easy to use segmented view (segmentedcontrol, pagingview, pagerview, pagecontrol, categoryview) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)
MIT License
2.68k stars 369 forks source link

JXPagingView与JXSegmentedView关联 #181

Closed fenglongteng closed 1 month ago

fenglongteng commented 2 years ago

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

解决方案: extension JXPagingListContainerView: JXSegmentedViewListContainer {}