微博项目纯代码(上传者:金钱的诱惑)
1、自定义tabbar;
2、网络设置模块化;
3、搜索栏自定义;
4、pop动画进行;
5、实现自定义cell
仿简书个人界面(上传者:虚空提莫)
模仿简书个人界面
简单的Segment(上传者:xinge1)
使用方法
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];
注:因时间原因部分功能还没开发完,如有需求请自行添加,敬请原谅。