国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 系統(tǒng) > iOS > 正文

IOS study every day - UISegmentedControl

2019-11-06 07:42:19
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

The choice of control content scripts is above UISegmentedControl, the general application scenario is basically the function of class  UIButton。

(void)viewDidLoad {

    [superviewDidLoad];

   _se=[[UISegmentedControlalloc]initWithFrame:CGRectMake(0,60, self.view.frame.size.width,40)];

    // Add element

    [_seinsertSegmentWithTitle:@"1"atIndex:0animated:NO];

    [_seinsertSegmentWithTitle:@"2"atIndex:1animated:NO];

    // Set default options. Attention must be written in the following elements are added, otherwise no effect.

    _se.selectedSegmentIndex=0;

  // Method for setting different elements

    [_seaddTarget:selfaction:@selector(change)forControlEvents:UIControlEventValueChanged];

    

    [self.viewaddSubview:_se];

    

}

-(void)change{

    NSLog(@"%ld",_se.selectedSegmentIndex);

}

– (void)didReceiveMemoryWarning {

    [superdidReceiveMemoryWarning];

    // Dispose of any resources that can be recreated.

}

轉(zhuǎn)自:點(diǎn)擊打開文章來(lái)源鏈接


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 永修县| 周口市| 佛山市| 湘潭市| 秭归县| 澎湖县| 改则县| 长乐市| 澜沧| 聊城市| 清涧县| 丹棱县| 美姑县| 炉霍县| 武陟县| 凤阳县| 陵水| 景东| 乐亭县| 莎车县| 榕江县| 连云港市| 林口县| 丰城市| 金溪县| 日土县| 武胜县| 邵阳市| 章丘市| 三台县| 永德县| 水富县| 凭祥市| 文昌市| 平遥县| 平潭县| 信丰县| 陆丰市| 金阳县| 荥经县| 大姚县|