UITextField 对比 UITextView

 UITextField:

     1.文字永远是一行,不能显示多行文字

     2.placehoder属性设置占位文字

     3.继承自UIControl

     4.监听行为

     1> 设置代理

     2> addTarget:action:forControlEvents:

     3> 通知:UITextFieldTextDidChangeNotification

 

 UITextView:

     1.能显示任意行文字

     2.不能设置占位文字

     3.继承自UIScollView

     4.监听行为

     1> 设置代理

     2> 通知:UITextViewTextDidChangeNotification

posted @ 2015-11-28 09:38  Z了个L  阅读(113)  评论(0编辑  收藏  举报