2011-10-24 10 views

答えて

7

使用この...そのそれはしばらくの間そこに滞在作る方法を...あまりにも速い消えるそのworking..But

-(void)showAlertView 
{ 
    // code for showing your alertView 
    [self performSelector:@selector(dismissAlertView) withObject:yourObject afterDelay:5] 
} 

-(void)dismissAlertView 
{ 
    [yourAlert dismissWithClickedButtonIndex:0 animated:YES]; 
} 
+0

感謝。? – Chandu

+0

更新された答えを参照してください.. – Aravindhan

+0

ya got it thanx – Chandu

関連する問題