Advertisement
Guest User

Untitled

a guest
Nov 16th, 2011
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [UIView animateWithDuration:0.0
  2.                                                            delay:(0.3*i)
  3.                                                          options:UIViewAnimationCurveEaseIn
  4.                                                       animations:^{
  5.                                                           [menuItem setAlpha:1.0];
  6.                                                          
  7.                                                           if(i == [menuItems count] - 1) menuChanging = NO;
  8.                                                       }
  9.                                                       completion:^(BOOL done){if(done){i++;}}];
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement