2022-02-07橫向滾動(dòng)1

@interface OldCourseViewController () <UITableViewDataSource, UITableViewDelegate, SDCycleScrollViewDelegate,CourseStudyTypeDelegate>

@property (nonatomic, strong) UIScrollView *navView;

@end

@implementation OldCourseViewController

{

? ? NSArray*_sectionTitles;

? ? NSMutableArray*_adList;

? ? NSArray*_iconList;

? ? UIView*_headView;

}

static NSString *cellIdentifier = @"CourceNewListCell";

// 頂部分類icon

- (void)actionsClick:(UIButton*)btn {

? ? if(btn.tag==22222) {

? ? ? ? NSString *book_store = [[NSUserDefaults standardUserDefaults] objectForKey:@"shopUrl"];

? ? ? ? PTVWebViewController*webV = [[PTVWebViewController alloc] init];

? ? ? ? webV.url = book_store;

? ? ? ? webV.titleString =@"書店";

? ? ? ? [self.navigationController pushViewController:webV animated:YES];

? ? }else{

? ? ? ? CourseMoreListController *listC = [[CourseMoreListController alloc] init];

? ? ? ? NewsCat *bean = [_schoolUtils getCatInfo:(int)btn.tag];

? ? ? ? // 獲取所有子類

? ? ? ? NSMutableArray*catesArr = [_schoolUtils getCatList:(int)btn.tag hasAll:NO];

? ? ? ? if(catesArr && catesArr.count>0) {

? ? ? ? ? ? NewsCat *tempBean = [[NewsCat alloc] init];

? ? ? ? ? ? tempBean.cid = (int)btn.tag;

? ? ? ? ? ? tempBean.title =@"全部";

? ? ? ? ? ? [catesArr insertObject:tempBean atIndex:0];

? ? ? ? }

? ? ? ? listC.cateType = (int)btn.tag;

? ? ? ? listC.subCatesArr = catesArr;

? ? ? ? listC.cateName = bean.title;

? ? ? ? [self.navigationController pushViewController:listC animated:YES];

? ? }

}

- (void)refreshNavData {

? ? for(UIView *subVin_navView.subviews) {

? ? ? ? [subV removeFromSuperview];

? ? }

? ? [_navView removeFromSuperview];

? ? _navView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, NAV_HEIGHT+BAR_HEIGHT,SCREEN_WIDTH,44)];

? ? _navView.backgroundColor = [UIColor whiteColor];

? ? _navView.showsHorizontalScrollIndicator =NO;

? ? _navView.showsVerticalScrollIndicator =NO;

? ? [self.view addSubview:_navView];

? ? CGFloatw =15;

? ? for(NSInteger i =0; i < _courseListData.count; i++) {

? ? ? ? StoreBean *bean = _courseListData[i];


? ? ? ? CGSize labelSize = [bean.title pp_sizeWithFont:[UIFont systemFontOfSize:16weight:UIFontWeightMedium]];


? ? ? ? UILabel *titleLabel = [[UILabel alloc] init];

? ? ? ? titleLabel.text = bean.title;

? ? ? ? titleLabel.frame = CGRectMake(w,0, labelSize.width+20,44);

? ? ? ? titleLabel.textAlignment = NSTextAlignmentLeft;

? ? ? ? if(i ==self.tabSelect-100) {

? ? ? ? ? ? titleLabel.font = [UIFont systemFontOfSize:16weight:UIFontWeightMedium];

? ? ? ? ? ? titleLabel.textColor =UIColorFromRGB(UI_COLOR_Exam_Red);

? ? ? ? }

? ? ? ? else{

? ? ? ? ? ? titleLabel.font = [UIFont systemFontOfSize:16weight:UIFontWeightMedium];

? ? ? ? ? ? titleLabel.textColor =UIColorFromRGB(UI_COLOR_HINT);

? ? ? ? }

? ? ? ? titleLabel.tag =10000+i;

? ? ? ? [_navView addSubview:titleLabel];


? ? ? ? UIButton *navBtn = [UIButton buttonWithType:UIButtonTypeCustom];

? ? ? ? navBtn.frame = CGRectMake(w,0, labelSize.width+20,44);

? ? ? ? navBtn.titleLabel.font = [UIFont systemFontOfSize:16weight:UIFontWeightMedium];;

? ? ? ? navBtn.tag =100+ i;

? ? ? ? [navBtn addTarget:selfaction:@selector(navBtnClick:) forControlEvents:UIControlEventTouchUpInside];

? ? ? ? [_navView addSubview:navBtn];




? ? ? ? w += labelSize.width+20;

? ? }

? ? _navView.contentSize = CGSizeMake(w,44);

}

#pragma mark - UIScrollViewDelegate

- (void)scrollViewDidScroll:(UIScrollView*)scrollView {

}

- (void)navBtnClick:(UIButton*)btn {

? ? UILabel*oldLabel = [_navView viewWithTag:self.tabSelect-100+10000];

? ? UILabel*newLabel = [_navView viewWithTag:btn.tag-100+10000];

? ? newLabel.textColor=UIColorFromRGB(UI_COLOR_Exam_Red);

? ? oldLabel.textColor=UIColorFromRGB(UI_COLOR_HINT);

? ? [_listView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:0inSection:btn.tag -100] atScrollPosition:UITableViewScrollPositionTop animated:YES];

? ? self.tabSelect = btn.tag;

? ? [selfscroll:btn.tag-100];

}

- (void)scroll:(NSInteger)selectNum{

? ? [UIView animateWithDuration:0.3 animations:^{

? ? ? ? CGFloatx =15;

? ? ? ? CGFloatbtnWidth =0;

? ? ? ? for(NSIntegeri =0; i <= selectNum; i++) {

? ? ? ? ? ? StoreBean *bean = _courseListData[i];

? ? ? ? ? ? CGSizelabelSize = [bean.title pp_sizeWithFont:[UIFont systemFontOfSize:16weight:UIFontWeightMedium]];

? ? ? ? ? ? if(i == selectNum) {

? ? ? ? ? ? ? ? btnWidth = labelSize.width+20;

? ? ? ? ? ? }

? ? ? ? ? ? x += labelSize.width+20;

? ? ? ? ? ? NSLog(@"%@",bean.title);

? ? ? ? }


? ? ? ? CGFloatw =self.navView.contentSize.width;//總長(zhǎng)度

? ? ? ? x = x-btnWidth*0.5-SCREEN_WIDTH/2.0;

? ? ? ? CGFloatx1 = w -SCREEN_WIDTH;//可滾動(dòng)長(zhǎng)度

? ? ? ? if(x1 <0) {//不可滾動(dòng)

? ? ? ? ? ? return;

? ? ? ? }

? ? ? ? x = x

? ? ? ? if(x <0) {

? ? ? ? ? ? x =0;

? ? ? ? }

? ? ? ? self.navView.contentOffset = CGPointMake(x,0);

? ? }];

}

#pragma mark - SDCycleScrollViewDelegate

- (void)cycleScrollView:(SDCycleScrollView *)cycleScrollViewdidSelectItemAtIndex:(NSInteger)index

{

? ? Slide*object =_adList[index];

? ? [Utils slideClick:self slide:object];

? ? /*

?? ? Slide *object = _adList[index];

?? ? if (object.linkUrl) {

?? ? [Utils openUri:_vc url:object.linkUrl];

?? ? }

?? ? */

}

@end

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市望伦,隨后出現(xiàn)的幾起案子林说,更是在濱河造成了極大的恐慌,老刑警劉巖屯伞,帶你破解...
    沈念sama閱讀 206,214評(píng)論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件述么,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡愕掏,警方通過查閱死者的電腦和手機(jī)度秘,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,307評(píng)論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái),“玉大人剑梳,你說我怎么就攤上這事唆貌。” “怎么了垢乙?”我有些...
    開封第一講書人閱讀 152,543評(píng)論 0 341
  • 文/不壞的土叔 我叫張陵锨咙,是天一觀的道長(zhǎng)。 經(jīng)常有香客問我追逮,道長(zhǎng)酪刀,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 55,221評(píng)論 1 279
  • 正文 為了忘掉前任钮孵,我火速辦了婚禮骂倘,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘巴席。我一直安慰自己历涝,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,224評(píng)論 5 371
  • 文/花漫 我一把揭開白布漾唉。 她就那樣靜靜地躺著荧库,像睡著了一般。 火紅的嫁衣襯著肌膚如雪赵刑。 梳的紋絲不亂的頭發(fā)上分衫,一...
    開封第一講書人閱讀 49,007評(píng)論 1 284
  • 那天,我揣著相機(jī)與錄音般此,去河邊找鬼蚪战。 笑死,一個(gè)胖子當(dāng)著我的面吹牛恤煞,可吹牛的內(nèi)容都是我干的屎勘。 我是一名探鬼主播施籍,決...
    沈念sama閱讀 38,313評(píng)論 3 399
  • 文/蒼蘭香墨 我猛地睜開眼居扒,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來(lái)了丑慎?” 一聲冷哼從身側(cè)響起喜喂,我...
    開封第一講書人閱讀 36,956評(píng)論 0 259
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎竿裂,沒想到半個(gè)月后玉吁,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,441評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡腻异,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,925評(píng)論 2 323
  • 正文 我和宋清朗相戀三年进副,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片悔常。...
    茶點(diǎn)故事閱讀 38,018評(píng)論 1 333
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡影斑,死狀恐怖给赞,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情矫户,我是刑警寧澤片迅,帶...
    沈念sama閱讀 33,685評(píng)論 4 322
  • 正文 年R本政府宣布,位于F島的核電站皆辽,受9級(jí)特大地震影響柑蛇,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜驱闷,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,234評(píng)論 3 307
  • 文/蒙蒙 一耻台、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧遗嗽,春花似錦粘我、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,240評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)。三九已至娇豫,卻和暖如春匙姜,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背冯痢。 一陣腳步聲響...
    開封第一講書人閱讀 31,464評(píng)論 1 261
  • 我被黑心中介騙來(lái)泰國(guó)打工氮昧, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人浦楣。 一個(gè)月前我還...
    沈念sama閱讀 45,467評(píng)論 2 352
  • 正文 我出身青樓袖肥,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親振劳。 傳聞我的和親對(duì)象是個(gè)殘疾皇子椎组,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,762評(píng)論 2 345

推薦閱讀更多精彩內(nèi)容