顯示具有 iOS Develop 標籤的文章。 顯示所有文章
顯示具有 iOS Develop 標籤的文章。 顯示所有文章

2012年6月4日 星期一

如何取得Keyboard Rect


註冊 keyboard 通知 

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardDidShow:) name:UIKeyboardDidShowNotification object:nil];  
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardDidHide:) name:UIKeyboardDidHideNotification object:nil];