###首先献上本控件的
###使用方法 ####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后无法显示问题,原因请看 在controller中添加
self.automaticallyAdjustsScrollViewInsets=NO;复制代码
更新:增加滑动时色块的动画