Changeset 201 for apps/iphone/my.tel
- Timestamp:
- 01/28/09 14:37:37 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/KeywordEditController.m
r170 r201 95 95 [[[(UIViewController *)caller view] layer] addAnimation:animation forKey:@"kEditAnimation"]; 96 96 97 // [UIView setAnimationDelegate:self];98 // [UIView setAnimationDidStopSelector:@selector(animationDidStop:animationIDfinished:finished:context:)];99 // [UIView beginAnimations:nil context:nil];100 // [UIView setAnimationDuration:kKTransitionDuration];101 //102 // [UIView setAnimationTransition:(UIViewAnimationTransitionFlipFromLeft)103 // forView:[(UIViewController *)caller view] cache:YES];104 // [[(UIViewController *)caller view] addSubview:self.view];105 // [UIView commitAnimations];106 97 } 107 98 … … 240 231 [[NSNotificationCenter defaultCenter] addObserver:self 241 232 selector:@selector(keyboardWasHidden:) 242 name:UIKeyboard DidHideNotification object:nil];233 name:UIKeyboardWillHideNotification object:nil]; 243 234 } 244 235 … … 268 259 269 260 270 // Called when the UIKeyboard DidHideNotification is sent261 // Called when the UIKeyboardWillHideNotification is sent 271 262 - (void)keyboardWasHidden:(NSNotification*)aNotification 272 263 {








