# TabScrollView **Repository Path**: vpabo/TabScrollView ## Basic Information - **Project Name**: TabScrollView - **Description**: 可切换视图 - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: ios-modules **Tags**: None ## README #TabScrollView 模仿网易的网页设计 1、 可滑动切换 2、 也可点击切换 3、 切换过程中,字体变换颜色,大小 --- #使用 ```oc TabScrollView *tabScrollView = [[TabScrollView alloc] initWithFrame:CGRectMake(0, 20,ScreenW,ScreenH-20)]; [tabScrollView addTitle:@"管理" withView:nil]; [tabScrollView addTitle:@"报名" withView:nil]; [tabScrollView addTitle:@"参与" withView:nil]; [tabScrollView UpdateUI]; [self.view addSubview:tabScrollView]; ``` ![演示gif](http://git.oschina.net/vpabo/TabScrollView/attach_files/download?i=36251&u=http%3A%2F%2Ffiles.git.oschina.net%2Fgroup1%2FM00%2F01%2F0A%2FZxV3aVcbFEeATHJoAAeOmVIe7n4432.gif%3Ftoken%3Df37402d06cf70b3a47b9ef690526bc3b%26ts%3D1461392395%26attname%3D20160423.gif)