码迷,mamicode.com
首页 > 其他好文 > 详细

老大威武,afterDelay,

时间:2014-08-26 09:40:45      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:os   使用   io   for   ar   art   cti   sp   on   

当POP,push,dismiss,pressent连续调用的时候,要延迟会使用,

- (IBAction)goShoppingCartButtonAction:(id)sender

{

    [self.navigationController popToRootViewControllerAnimated:NO];

    [self performSelector:@selector(selectThirdTab) withObject:nil afterDelay:.3f];

}

 

- (void)selectThirdTab

{

    MSAppDelegate *appDelegate = (MSAppDelegate *)[[UIApplication sharedApplication] delegate];

    [appDelegate.tabBarController setSelectedIndex:3];

}

老大威武,afterDelay,

标签:os   使用   io   for   ar   art   cti   sp   on   

原文地址:http://www.cnblogs.com/guligei/p/3936443.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!