Skip to content

0.3.1

Compare
Choose a tag to compare
@molon molon released this 06 Sep 08:02
· 26 commits to master since this release
  • add methods for calcing height with custom protype cell or protype nib
  • fix bug : sometimes cell.width changed, but the cache has not removed, so we
    must check whether it is dirty.
  • MLAutoRecordFrameTableViewCell binds a property named indexPath by dequeueReusableCellWithIdentifier:forIndexPath:. Because sometimes indexPathForCell or indexPathForRowAtPoint cant find correct indexPath of cell in layoutSubviews.