頁面滾動按鈕

我們今天來寫一個頁面滾動按鈕
首先我們在AppDelegate.m里創(chuàng)建個導航條
ViewController *vc = [[ViewController alloc]init];

UINavigationController *nav = [[UINavigationController alloc]initWithRootViewController:vc];

self.window.rootViewController = nav;

我們創(chuàng)建幾個viewcontroller作為滾動的視圖,我們就先創(chuàng)建六個吧,


屏幕快照 2018-12-02 下午6.56.23.png

然后我們在主視圖添加它們
導入頭文件

import "oneViewController.h"

import "twoViewController.h"

import "threeViewController.h"

import "fourViewController.h"

import "fiveViewController.h"

import "sixViewController.h"

import "tiaoViewController.h"

遵守協(xié)議
UIScrollViewDelegate

設置全局按鈕

{
UIScrollView *scr;
UIButton *bun;
UIScrollView *center;
}
@property (nonatomic,strong)UIButton *selbun;

然后

  • (void)viewDidLoad {
    [super viewDidLoad];
    // Do any additional setup after loading the view, typically from a nib.

    self.navigationItem.rightBarButtonItem=[[UIBarButtonItem alloc]initWithTitle:@"問問" style:UIBarButtonItemStylePlain target:self action:@selector(qq1)];

    [self setUpVc];
    //添加頂部滾動式圖
    [self setTopVc];
    //添加點擊按鈕
    [self setUpBun];
    //設置中間滾動
    [self setCenterVc];

}

-(void)setUpVc{
oneViewController *one=[[oneViewController alloc]init];
one.title=@"XX";
[self addChildViewController:one];

twoViewController *two=[[twoViewController alloc]init];
two.title=@"XX";
[self addChildViewController:two];

threeViewController *three=[[threeViewController alloc]init];
three.title=@"XX";
[self addChildViewController:three];

fourViewController *four=[[fourViewController alloc]init];
four.title=@"XX";
[self addChildViewController:four];

fiveViewController *five=[[fiveViewController alloc]init];
five.title=@"XX";
[self addChildViewController:five];

sixViewController *six=[[sixViewController alloc]init];
six.title=@"XX";
[self addChildViewController:six];

}

-(void)setTopVc{
scr=[[UIScrollView alloc]initWithFrame:CGRectMake(0, 70, self.view.frame.size.width,40)];
scr.bounces=NO ;
self.navigationItem.titleView =scr;
}

-(void)setUpBun{
NSInteger count=self.childViewControllers.count;
for (NSInteger i=0; i<count; i++) {
bun=[[UIButton alloc]initWithFrame:CGRectMake(i*80, 6, 100, 26)];

    bun.tag=i;
    NSLog(@"tag :%ld",bun.tag);
    if (i==0) {
        [self ppp:bun];
    }
    UIViewController *vc=self.childViewControllers[i];
    [bun setTitle:vc.title forState:UIControlStateNormal];
    [bun setTitleColor:[UIColor blackColor] forState:UIControlStateNormal];
    
    [bun setTitleColor:[UIColor redColor] forState:UIControlStateSelected];
    
    [bun addTarget:self action:@selector(ppp:) forControlEvents:UIControlEventTouchUpInside];
    [scr addSubview:bun];
    scr.contentSize=CGSizeMake(count *100, 0);
 
}

}

-(void)setCenterVc{
center=[[UIScrollView alloc]initWithFrame:CGRectMake(0,0, self.view.frame.size.width,self.view.frame.size.height)];
//center.backgroundColor=[UIColor greenColor];
[self.view addSubview:center];
center.pagingEnabled=YES;
center.bounces=NO;
center.delegate=self;
center.contentSize=CGSizeMake([UIScreen mainScreen].bounds.size.width*self.childViewControllers.count, 0);
for (int i=0; i<self.childViewControllers.count; i++) {
UIViewController *vc=self.childViewControllers[i];
vc.view.frame=CGRectMake(self.view.frame.size.width, 0, self.view.frame.size.width, self.view.frame.size.height);
[center addSubview:vc.view];
}
}

-(void)ppp:(UIButton* )sender{
[self selbun:sender];
//滾動到對應頁面的偏移量
CGFloat ofsetX = sender.tag*self.view.frame.size.width;
NSLog(@"%ld",sender.tag);
//設置中間滾動式圖的偏移量
center.contentOffset=CGPointMake(ofsetX, 0);
//添加對應子控制器view到對應的位置
UIViewController *vc=self.childViewControllers[sender.tag];
//設置子控制器view的位置
vc.view.frame=CGRectMake(ofsetX, 0, self.view.frame.size.width, self.view.frame.size.height);
[center addSubview:vc.view];
}

-(void)selbun:(UIButton *)sender{
_selbun.selected=NO;
sender.selected=YES;
_selbun=sender;
}
-(void)qq1{
tiaoViewController *tiao=[tiaoViewController new];
[self.navigationController pushViewController:tiao animated:YES];
}

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末癞松,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子入蛆,更是在濱河造成了極大的恐慌响蓉,老刑警劉巖,帶你破解...
    沈念sama閱讀 211,743評論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件哨毁,死亡現(xiàn)場離奇詭異枫甲,居然都是意外死亡,警方通過查閱死者的電腦和手機扼褪,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,296評論 3 385
  • 文/潘曉璐 我一進店門想幻,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人话浇,你說我怎么就攤上這事脏毯。” “怎么了幔崖?”我有些...
    開封第一講書人閱讀 157,285評論 0 348
  • 文/不壞的土叔 我叫張陵食店,是天一觀的道長渣淤。 經(jīng)常有香客問我,道長叛买,這世上最難降的妖魔是什么砂代? 我笑而不...
    開封第一講書人閱讀 56,485評論 1 283
  • 正文 為了忘掉前任,我火速辦了婚禮率挣,結(jié)果婚禮上刻伊,老公的妹妹穿的比我還像新娘。我一直安慰自己椒功,他們只是感情好捶箱,可當我...
    茶點故事閱讀 65,581評論 6 386
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著动漾,像睡著了一般丁屎。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上旱眯,一...
    開封第一講書人閱讀 49,821評論 1 290
  • 那天晨川,我揣著相機與錄音,去河邊找鬼删豺。 笑死共虑,一個胖子當著我的面吹牛,可吹牛的內(nèi)容都是我干的呀页。 我是一名探鬼主播妈拌,決...
    沈念sama閱讀 38,960評論 3 408
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼蓬蝶!你這毒婦竟也來了尘分?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,719評論 0 266
  • 序言:老撾萬榮一對情侶失蹤丸氛,失蹤者是張志新(化名)和其女友劉穎培愁,沒想到半個月后,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體缓窜,經(jīng)...
    沈念sama閱讀 44,186評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡定续,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,516評論 2 327
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了雹洗。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,650評論 1 340
  • 序言:一個原本活蹦亂跳的男人離奇死亡卧波,死狀恐怖时肿,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情港粱,我是刑警寧澤螃成,帶...
    沈念sama閱讀 34,329評論 4 330
  • 正文 年R本政府宣布旦签,位于F島的核電站,受9級特大地震影響寸宏,放射性物質(zhì)發(fā)生泄漏宁炫。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,936評論 3 313
  • 文/蒙蒙 一氮凝、第九天 我趴在偏房一處隱蔽的房頂上張望羔巢。 院中可真熱鬧,春花似錦罩阵、人聲如沸竿秆。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,757評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽幽钢。三九已至,卻和暖如春傅是,著一層夾襖步出監(jiān)牢的瞬間匪燕,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,991評論 1 266
  • 我被黑心中介騙來泰國打工喧笔, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留帽驯,地道東北人。 一個月前我還...
    沈念sama閱讀 46,370評論 2 360
  • 正文 我出身青樓溃斋,卻偏偏與公主長得像界拦,于是被迫代替她去往敵國和親藻丢。 傳聞我的和親對象是個殘疾皇子欲芹,可洞房花燭夜當晚...
    茶點故事閱讀 43,527評論 2 349

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