pujiaxin33 / JXSegmentedView

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

自定义DataSource 和Cell #208

Closed wtdu closed 2 years ago

wtdu commented 2 years ago

作者你好,我在使用您的库自定义segment 样式,目前遇到一个问题,能否在JXSegmentedView 中增加一个属性,可以自定义控制JXSegmentedView中 collectionView 的cell 的高度,我看目前是直接写死为collectionView.bounds.size.height (如下图)

Screen Shot 2022-05-30 at 6 53 14 PM

备注:我有这个想法,是因为我在自定义segmentedView 样式的时候,需要cell 上下左右边界都需要边距,但是目前由于高度固定,无法实现,在外层重写JXSegmentedView.collectionView.collectionFlowLayout.sectionInset 无效,sdk 内部重写了delegate 方法

wtdu commented 2 years ago

重写JXSegmentedView 就行