亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

iOS Label隨字自動變大效果

發布時間:2020-10-09 22:50:41 來源:腳本之家 閱讀:157 作者:弦外雨 欄目:移動開發

一、效果圖。

iOS Label隨字自動變大效果

二、工程圖。

iOS Label隨字自動變大效果

三、代碼。

RootViewController.h

#import <UIKit/UIKit.h>
//添加HPGrowingTextView頭文件
#import "HPGrowingTextView.h"

@interface RootViewController : UIViewController
<HPGrowingTextViewDelegate>
{
 HPGrowingTextView *textView;
}

@end

RootViewController.m

- (void)viewDidLoad
{
 [super viewDidLoad];
 // Do any additional setup after loading the view.
 
 
 
 textView = [[HPGrowingTextView alloc] initWithFrame:CGRectMake(10, 100, 240, 40)];
 textView.isScrollable = NO;
 textView.contentInset = UIEdgeInsetsMake(0, 5, 0, 5);
 textView.minNumberOfLines = 1;
 textView.maxNumberOfLines = 6;
 // you can also set the maximum height in points with maxHeight
 // textView.maxHeight = 200.0f;
 textView.returnKeyType = UIReturnKeyGo; //just as an example
 textView.font = [UIFont systemFontOfSize:15.0f];
 textView.delegate = self;
 textView.internalTextView.scrollIndicatorInsets = UIEdgeInsetsMake(5, 0, 5, 0);
 textView.backgroundColor = [UIColor greenColor];
 textView.placeholder = @"Type to see the textView grow!";
 [self.view addSubview:textView];
 
 
 
 
}

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

深水埗区| 古田县| 紫阳县| 铜山县| 巴彦淖尔市| 盘山县| 天峻县| 潮州市| 新宾| 鹤壁市| 易门县| 嘉荫县| 洪雅县| 普兰店市| 腾冲县| 金昌市| 金堂县| 贵德县| 马公市| 九龙城区| 奇台县| 景谷| 蕉岭县| 犍为县| 桐柏县| 柳河县| 大名县| 澄城县| 汕尾市| 定襄县| 定兴县| 正阳县| 嘉兴市| 刚察县| 木兰县| 邻水| 察哈| 莱州市| 子长县| 高尔夫| 江西省|