最近写了一个TitleSelectView,实现类似UISegmentedControl的功能,demo地址:https://github.com/huibaoer/Demo_TitleSelectView。
今天在网上看了一篇讲解分段滚动视图的文章(原文地址),
就在TitleSelectView的基础上改了分段滚动视图SegmentView。大概思路是用UICollectionView横屏滚动展示多个viewController的view,在collectionView滚动回调中关联titleSelectView,在titleSelectView点击事件中关联collectionView。具体的可以看代码:https://github.com/huibaoer/Demo_SegmentView
网友评论