You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.