Skip to content

Releases: molon/MLLayout

0.4.3

15 Jul 04:06
Compare
Choose a tag to compare
  • rm UIButton and UISwitch measure, using UIControl

0.4.2

27 May 15:59
Compare
Choose a tag to compare
  • 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

07 Nov 06:54
Compare
Choose a tag to compare

Remove the judgment for should_update to ensure all layouts would be checked

0.4.0

09 Oct 14:02
Compare
Choose a tag to compare
  • Using indexPathForMLAutoRecordFrameBlock to tell cell which layout cache should be used in layoutSubviews

0.3.1

06 Sep 08:02
Compare
Choose a tag to compare
  • 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

16 Aug 17:35
Compare
Choose a tag to compare
  • improve asserts for sublayouts on debug
  • fix bug for insertSublayout:atIndex: when _sublayouts is nil

0.2.3

16 Aug 13:35
Compare
Choose a tag to compare
  • auto fit image height or width

0.2.2

05 Aug 04:11
Compare
Choose a tag to compare

improve common measure and assert for sublayouts

0.2.1

01 Aug 17:22
Compare
Choose a tag to compare

fix bug: repeate layout when insert or delete rows

0.2.0

01 Jul 16:49
Compare
Choose a tag to compare
Merge pull request #7 from molon/dev

Bumping the version to 0.2.0