iOS - UITextView

UITextView變量
@property(null_resettable,nonatomic,copy) NSString *text;
// 顯示的文本
@property(nullable,nonatomic,strong) UIFont *font;
// 設(shè)置字體
@property(nullable,nonatomic,strong) UIColor *textColor;
// 設(shè)置字體顏色
@property(nonatomic) NSTextAlignment textAlignment;    // default is NSLeftTextAlignment
// 顯示文本的對(duì)齊方式
@property(nonatomic) NSRange selectedRange;
// 可編輯選擇的范圍
@property(nonatomic,getter=isEditable) BOOL editable __TVOS_PROHIBITED;
// 是否可以編輯
@property(nonatomic,getter=isSelectable) BOOL selectable NS_AVAILABLE_IOS(7_0); // toggle selectability, which controls the ability of the user to select content and interact with URLs & attachments
// 是否可以選擇
@property(nonatomic) UIDataDetectorTypes dataDetectorTypes NS_AVAILABLE_IOS(3_0) __TVOS_PROHIBITED;  
// 可識(shí)別文本類型, 如 電話, 網(wǎng)址, 住址, 郵箱等, 相應(yīng)的設(shè)置后, 若點(diǎn)擊則可跳轉(zhuǎn)相應(yīng)的操作
// 源文檔
Discussion
You can use this property to specify the types of data (phone numbers, http links, and so on) that should be automatically converted to URLs in the text view. When tapped, the text view opens the application responsible for handling the URL type and passes it the URL.
Availability
Available in iOS 3.0 and later.

@property(nonatomic) BOOL allowsEditingTextAttributes NS_AVAILABLE_IOS(6_0); // defaults to NO
// 是否允許編輯Attributes的文本.
@property(null_resettable,copy) NSAttributedString *attributedText NS_AVAILABLE_IOS(6_0);
// 富文本的文字;
@property(nonatomic,copy) NSDictionary<NSString *, id> *typingAttributes NS_AVAILABLE_IOS(6_0); // automatically resets when the selection changes
// 全部文本所表示的一個(gè)樣式
 源文檔.
Discussion
This dictionary contains the attribute keys (and corresponding values) to apply to newly typed text. When the text view’s selection changes, the contents of the dictionary are cleared automatically.
Availability
Available in iOS 6.0 and later.

@property(nonatomic) BOOL clearsOnInsertion NS_AVAILABLE_IOS(6_0); // defaults to NO. if YES, the selection UI is hidden, and inserting text will replace the contents of the field. changing the selection will automatically set this to NO.
// 設(shè)置textView獲得焦點(diǎn),在用戶使用虛擬鍵盤進(jìn)行輸入時(shí)划栓,清除之前的文本
原文檔

@property(nonatomic, copy) NSDictionary <NSString *,id> *linkTextAttributes  The attributes to apply to links.
// 支持連接的樣式.
// 源文檔 
Discussion
The default attributes specify blue text with a single underline and the pointing hand cursor.
Availability
Available in iOS 7.0 and later.

@property (nullable, readwrite, strong) UIView *inputView; 
// 當(dāng)textView變?yōu)榈谝豁憫?yīng)的時(shí)候, 從底部彈出的視圖, 不設(shè)置時(shí), 默認(rèn)是鍵盤. 
@property (nullable, readwrite, strong) UIView *inputAccessoryView;
// 位于inputView上方的視圖, 例如: 可以做個(gè)按鈕, 顯示在鍵盤的上邊, 以用于回收鍵盤.
@property(nonatomic) BOOL clearsOnInsertion NS_AVAILABLE_IOS(6_0); // defaults to NO. if YES, the selection UI is hidden, and inserting text will replace the contents of the field. changing the selection will automatically set this to NO.
// 設(shè)置textView獲得焦點(diǎn)蘑辑,在用戶使用虛擬鍵盤進(jìn)行輸入時(shí),清除之前的文本
@property(nonatomic, assign) UIEdgeInsets textContainerInset NS_AVAILABLE_IOS(7_0);
// 顯示文本的區(qū)域.  默認(rèn)是 (8, 0, 8, 0).
UITextView方法
- (void)scrollRangeToVisible:(NSRange)range;
// 滾動(dòng)到指定 range
UITextViewDelegate 方法
- (BOOL)textViewShouldBeginEditing:(UITextView *)textView;
// 是否應(yīng)該開始編輯
- (void)textViewDidBeginEditing:(UITextView *)textView;
// 已經(jīng)開始編輯
- (void)textViewDidEndEditing:(UITextView *)textView;
// 結(jié)束編輯
- (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text;
// 文本改變是否顯示
- (void)textViewDidChange:(UITextView *)textView;
// 文本已經(jīng)改變
- (void)textViewDidChangeSelection:(UITextView *)textView;
// 
通知
UIKIT_EXTERN NSString * const UITextViewTextDidBeginEditingNotification;
UIKIT_EXTERN NSString * const UITextViewTextDidChangeNotification;
UIKIT_EXTERN NSString * const UITextViewTextDidEndEditingNotification;

@property(nonatomic,readonly) NSTextContainer *textContainer NS_AVAILABLE_IOS(7_0);
// The text container object defining the area in which text is displayed in this text view. (read-only)
@property(nonatomic,readonly) NSLayoutManager *layoutManager NS_AVAILABLE_IOS(7_0);
// The layout manager that lays out text for the receiver’s text container. (read-only)  
@property(nonatomic,readonly,strong) NSTextStorage *textStorage NS_AVAILABLE_IOS(7_0);
// The text storage object holding the text displayed in this text view. (read-only)
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末躬审,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子蟆盐,更是在濱河造成了極大的恐慌承边,老刑警劉巖,帶你破解...
    沈念sama閱讀 212,718評(píng)論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件石挂,死亡現(xiàn)場離奇詭異博助,居然都是意外死亡,警方通過查閱死者的電腦和手機(jī)痹愚,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,683評(píng)論 3 385
  • 文/潘曉璐 我一進(jìn)店門富岳,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人拯腮,你說我怎么就攤上這事窖式。” “怎么了动壤?”我有些...
    開封第一講書人閱讀 158,207評(píng)論 0 348
  • 文/不壞的土叔 我叫張陵萝喘,是天一觀的道長。 經(jīng)常有香客問我,道長阁簸,這世上最難降的妖魔是什么爬早? 我笑而不...
    開封第一講書人閱讀 56,755評(píng)論 1 284
  • 正文 為了忘掉前任,我火速辦了婚禮启妹,結(jié)果婚禮上筛严,老公的妹妹穿的比我還像新娘。我一直安慰自己饶米,他們只是感情好桨啃,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,862評(píng)論 6 386
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著檬输,像睡著了一般照瘾。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上褪猛,一...
    開封第一講書人閱讀 50,050評(píng)論 1 291
  • 那天网杆,我揣著相機(jī)與錄音,去河邊找鬼伊滋。 笑死媳谁,一個(gè)胖子當(dāng)著我的面吹牛狰挡,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播,決...
    沈念sama閱讀 39,136評(píng)論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼袖肥,長吁一口氣:“原來是場噩夢啊……” “哼裙犹!你這毒婦竟也來了撕捍?” 一聲冷哼從身側(cè)響起骑篙,我...
    開封第一講書人閱讀 37,882評(píng)論 0 268
  • 序言:老撾萬榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎乌妙,沒想到半個(gè)月后使兔,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,330評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡藤韵,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,651評(píng)論 2 327
  • 正文 我和宋清朗相戀三年虐沥,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片泽艘。...
    茶點(diǎn)故事閱讀 38,789評(píng)論 1 341
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡欲险,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出匹涮,到底是詐尸還是另有隱情天试,我是刑警寧澤,帶...
    沈念sama閱讀 34,477評(píng)論 4 333
  • 正文 年R本政府宣布然低,位于F島的核電站喜每,受9級(jí)特大地震影響务唐,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜灼卢,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 40,135評(píng)論 3 317
  • 文/蒙蒙 一绍哎、第九天 我趴在偏房一處隱蔽的房頂上張望来农。 院中可真熱鬧鞋真,春花似錦、人聲如沸沃于。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,864評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽繁莹。三九已至檩互,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間咨演,已是汗流浹背闸昨。 一陣腳步聲響...
    開封第一講書人閱讀 32,099評(píng)論 1 267
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留薄风,地道東北人饵较。 一個(gè)月前我還...
    沈念sama閱讀 46,598評(píng)論 2 362
  • 正文 我出身青樓,卻偏偏與公主長得像遭赂,于是被迫代替她去往敵國和親循诉。 傳聞我的和親對(duì)象是個(gè)殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,697評(píng)論 2 351

推薦閱讀更多精彩內(nèi)容