huangboju / FDTemplateLayoutCell.swift

It can be through the Auto layout and Frame layout way to obtain the height of the cell, and you can use the same key or indexpath way to cache the height of the cell
MIT License
32 stars 4 forks source link

swift3.0,ios10.x能用吗? #1

Open Danie1s opened 7 years ago

Danie1s commented 7 years ago

还有,如果cell带有折叠功能,可以用吗?

huangboju commented 7 years ago

@Danie1s 应该是支持的,折叠功能需要加入替换高度的接口,我之后会加入

Meniny commented 7 years ago

seems doesn't work with xib on 10.3. the OC version works fine

huangboju commented 7 years ago

@Meniny I will fix it after my xcode upgrade

huangboju commented 6 years ago

@Meniny I have fixed this problem,you can have a try