###首先獻上本控制元件的專案地址
###使用方法
####1.匯入
#import "LXSegmentScrollView.h"
####2.初始化方法
LXSegmentScrollView *scView=[[LXSegmentScrollView alloc] initWithFrame:CGRectMake(0, 64, self.view.bounds.size.width, self.view.bounds.size.height-64) titleArray:@[@"頭條",@"搞笑",@"視訊"] contentViewArray:array];
[self.view addSubview:scView];
複製程式碼
注:因時間原因部分功能還沒開發完,如有需求請自行新增,敬請原諒。 如有任何問題歡迎大家交流指正。
已修復的bug:新增UINavigationController後無法顯示問題,原因請看UIScrollView自動向下偏移的問題 在controller中新增
self.automaticallyAdjustsScrollViewInsets=NO;
複製程式碼
更新:增加滑動時色塊的動畫