UITableviewCell Autolayout 自適應(yīng)高度

在iOS中考蕾,我們可以使用自動(dòng)布局來(lái)定義表格視圖單元格的高度掖肋,但是甩苛,默認(rèn)情況下蹂楣,該功能未啟用。

通常讯蒲,單元格的高度由表視圖委托的tableView:heightForRowAtIndexPath:方法決定痊土。要啟用自定義表視圖單元格,必須將表視圖的rowHeight屬性設(shè)置為UITableViewAutomaticDimension墨林。還必須為estimateRowHeight屬性分配一個(gè)值赁酝。一旦設(shè)置了這兩個(gè)屬性犯祠,系統(tǒng)將使用自動(dòng)布局來(lái)計(jì)算行的實(shí)際高度。

tableView.estimatedRowHeight = 85.0
tableView.rowHeight = UITableViewAutomaticDimension

接下來(lái)酌呆,在Cell的內(nèi)容視圖中布置Cell的內(nèi)容衡载。要定義單元格的高度,還需要一個(gè)完整的約束和視圖鏈(具有明確的高度)來(lái)填充內(nèi)容視圖的頂部邊緣和底部邊緣之間的區(qū)域肪笋。如果在Cell 中有固定的高度月劈,系統(tǒng)將使用這些值。如果不是藤乙,則須向視圖或內(nèi)容視圖本身添加適當(dāng)?shù)母叨燃s束猜揪。

UITableViewController

import UIKit

class FirstViewController: UITableViewController {
    let cellIdentifier = "cellIdentifier"
    let listData = [("title", "content"),
                    ("Trump 'to do everything' for Middle East peace", "The only credible ideas still require the creation of an independent and sovereign Palestinian state alongside Israel. The reality is that the Israelis and Palestinians are way apart on the main issues - the future of east Jerusalem, the fate of Palestinian refugees and the borders of an independent Palestine. The two sets of leaders also do not trust each other."),
                    ("Everest's Hillary Step: Has it gone or not?", "Days after a British mountaineer claimed that a famous rock feature near the summit of Mount Everest had disintegrated, two Nepali climbers have contradicted him.")]
    
    override func viewDidLoad() {
        super.viewDidLoad()
        
        tableView.register(TableViewCell().classForCoder, forCellReuseIdentifier: cellIdentifier)
        tableView.rowHeight = UITableViewAutomaticDimension
        tableView.estimatedRowHeight = 60.0
    }
    
    override func numberOfSections(in tableView: UITableView) -> Int {
        return 1
    }
    
    override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
        return listData.count
    }
   
    override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
        let cell = tableView.dequeueReusableCell(withIdentifier: cellIdentifier, for: indexPath) as! TableViewCell
        cell.showData(data: listData[indexPath.row])
        return cell
    }
}

TableViewCell

import UIKit
import SnapKit

class TableViewCell: UITableViewCell {
    
    let titleLabel: UILabel = UILabel()
    let contentLabel: UILabel = UILabel()
    
    func showData(data:(String, String)) -> Void {
        titleLabel.text = data.0
        contentLabel.text = data.1
    }
    
    override init(style: UITableViewCellStyle, reuseIdentifier: String?) {
        super.init(style: style, reuseIdentifier: reuseIdentifier)
        
        self.backgroundColor = UIColor.white
        self.contentView.addSubview(titleLabel)
        self.contentView.addSubview(contentLabel)
        
        titleLabel.font = UIFont.systemFont(ofSize: 15)
        titleLabel.textColor = UIColor.darkGray
        titleLabel.numberOfLines = 0
        titleLabel.lineBreakMode = .byWordWrapping
        
        contentLabel.font =  UIFont.systemFont(ofSize: 13)
        contentLabel.textColor = UIColor.gray
        contentLabel.numberOfLines = 0
        contentLabel.lineBreakMode = .byWordWrapping
        
        titleLabel.snp.makeConstraints { (make) in
            make.left.right.equalToSuperview().inset(15)
            make.top.equalToSuperview().inset(14)
        }
        
        contentLabel.snp.makeConstraints { (make) in
            make.left.right.equalTo(titleLabel)
            make.top.equalTo(titleLabel.snp.bottom).offset(5)
            make.bottom.equalToSuperview().inset(15)
        }
    }
    
    required init?(coder aDecoder: NSCoder) {
        fatalError("init(coder:) has not been implemented")
    }
}

效果圖:

demo.png
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市坛梁,隨后出現(xiàn)的幾起案子而姐,更是在濱河造成了極大的恐慌,老刑警劉巖划咐,帶你破解...
    沈念sama閱讀 206,311評(píng)論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件拴念,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡褐缠,警方通過(guò)查閱死者的電腦和手機(jī)政鼠,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,339評(píng)論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái)队魏,“玉大人公般,你說(shuō)我怎么就攤上這事『埃” “怎么了官帘?”我有些...
    開(kāi)封第一講書人閱讀 152,671評(píng)論 0 342
  • 文/不壞的土叔 我叫張陵,是天一觀的道長(zhǎng)昧谊。 經(jīng)常有香客問(wèn)我刽虹,道長(zhǎng),這世上最難降的妖魔是什么呢诬? 我笑而不...
    開(kāi)封第一講書人閱讀 55,252評(píng)論 1 279
  • 正文 為了忘掉前任涌哲,我火速辦了婚禮,結(jié)果婚禮上尚镰,老公的妹妹穿的比我還像新娘膛虫。我一直安慰自己,他們只是感情好钓猬,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,253評(píng)論 5 371
  • 文/花漫 我一把揭開(kāi)白布。 她就那樣靜靜地躺著撩独,像睡著了一般敞曹。 火紅的嫁衣襯著肌膚如雪账月。 梳的紋絲不亂的頭發(fā)上,一...
    開(kāi)封第一講書人閱讀 49,031評(píng)論 1 285
  • 那天澳迫,我揣著相機(jī)與錄音局齿,去河邊找鬼。 笑死橄登,一個(gè)胖子當(dāng)著我的面吹牛抓歼,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播拢锹,決...
    沈念sama閱讀 38,340評(píng)論 3 399
  • 文/蒼蘭香墨 我猛地睜開(kāi)眼谣妻,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來(lái)了卒稳?” 一聲冷哼從身側(cè)響起蹋半,我...
    開(kāi)封第一講書人閱讀 36,973評(píng)論 0 259
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎充坑,沒(méi)想到半個(gè)月后减江,有當(dāng)?shù)厝嗽跇?shù)林里發(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,466評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡捻爷,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,937評(píng)論 2 323
  • 正文 我和宋清朗相戀三年辈灼,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片也榄。...
    茶點(diǎn)故事閱讀 38,039評(píng)論 1 333
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡巡莹,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出手蝎,到底是詐尸還是另有隱情榕莺,我是刑警寧澤,帶...
    沈念sama閱讀 33,701評(píng)論 4 323
  • 正文 年R本政府宣布棵介,位于F島的核電站钉鸯,受9級(jí)特大地震影響,放射性物質(zhì)發(fā)生泄漏邮辽。R本人自食惡果不足惜唠雕,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,254評(píng)論 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望吨述。 院中可真熱鬧岩睁,春花似錦、人聲如沸揣云。這莊子的主人今日做“春日...
    開(kāi)封第一講書人閱讀 30,259評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)。三九已至刘莹,卻和暖如春阎毅,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背点弯。 一陣腳步聲響...
    開(kāi)封第一講書人閱讀 31,485評(píng)論 1 262
  • 我被黑心中介騙來(lái)泰國(guó)打工扇调, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人抢肛。 一個(gè)月前我還...
    沈念sama閱讀 45,497評(píng)論 2 354
  • 正文 我出身青樓狼钮,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親捡絮。 傳聞我的和親對(duì)象是個(gè)殘疾皇子熬芜,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,786評(píng)論 2 345

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