天天看點

UITextView

dataDetectorTypes  =                      //将相應類型的資料轉換成可點選形式,如網絡連接配接

UIDataDetectorTypePhoneNumber   // 電話号碼

UIDataDetectorTypeLink          //url

UIDataDetectorTypeAddress       //位址

UIDataDetectorTypeCalendarEvent   //月曆

UIDataDetectorTypeNone 日期

UIDataDetectorTypeAll            //所有

selectable                      //文本是否可選

通知:

UITextViewTextDidBeginEditingNotification

UITextViewTextDidChangeNotification

UITextViewTextDidEndEditingNotification