系統通知

1.通知的經常使用種類

UITextView通知
UITextViewTextDidChangeNotification  

鍵盤通知
 鍵盤的frame發生改變時發出的通知(位置和尺寸)
    UIKeyboardWillChangeFrameNotification
    UIKeyboardDidChangeFrameNotification
 鍵盤顯示時發出的通知
    UIKeyboardWillShowNotification
    UIKeyboardDidShowNotification
 鍵盤隱藏時發出的通知
    UIKeyboardWillHideNotification
相關文章
相關標籤/搜索