Releases: molon/MLLayout
Releases · molon/MLLayout
0.4.3
- rm UIButton and UISwitch measure, using UIControl
0.4.2
- add two insertSublayout:: methods, add UISwitch fit category
- keep orig height/width limit to fit for layout
- orig cells can't use cache in reloading cells
- change global protype cells to one tableview's
0.4.1
Remove the judgment for should_update
to ensure all layouts would be checked
0.4.0
- Using
indexPathForMLAutoRecordFrameBlock
to tell cell which layout cache should be used in layoutSubviews
0.3.1
- 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
.
0.2.4
- improve asserts for sublayouts on debug
- fix bug for
insertSublayout:atIndex:
when _sublayouts
is nil
0.2.3
- auto fit image height or width
0.2.2
improve common measure and assert for sublayouts
0.2.1
fix bug: repeate layout when insert or delete rows
0.2.0
Merge pull request #7 from molon/dev
Bumping the version to 0.2.0