微博項目純代碼(上傳者:金錢的誘惑)
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];
注:因時間原因部分功能還沒開發完,如有需求請自行添加,敬請原諒。