All Versions
10
Latest Version
Avg Release Cycle
10 days
Latest Release
3133 days ago

Changelog History

  • v3.0.0 Changes

    September 27, 2015
    • ๐Ÿ‘ iOS 9 support.
    • โฌ‡๏ธ Dropped storyboard support in favor of programmatic support (as discussed in #8).
    • โž• Added support for dynamic options.
    • BOTableViewCell subclasses now use native accessoryView cell property to show accessory views.
    • โž• Added BODateTableViewCell class (thanks to @firecast from #7).
    • BOTimeTableViewCell is now a subclass of BODateTableViewCell.
    • โž• Added expansionView property for BOTableViewCell subclasses to conveniently show an underlying view when pressed. You no longer need to take care of any auto layout business for this type of views on the cell (although you may need to specify a height for such view in expansionHeight method).
    • โž• Added BONumberTableViewCell (thanks to @minuscorp from #15) and BOTextTableViewCell+Subclass.h, which allows for easy subclassing of BOTextTableViewCell.
    • ๐Ÿ›  And of course, A TON of bug fixes.
  • v3.0.0-rc.2 Changes

    September 25, 2015
    • โž• Add initial support for dynamic options.
    • ๐Ÿ›  Fix a little bug with section footers' font.

    Please note

    • ๐Ÿš€ README.md will only be updated when the final version is released.
  • v3.0.0-rc.1 Changes

    September 04, 2015

    Please note

    • ๐Ÿš€ README.md will only be updated when the final version is released.
  • v3.0.0-alpha.5 Changes

    September 03, 2015
    • ๐Ÿ›  A few more layout fixes.

    Please note

    • ๐Ÿš€ This version is intended only as a preview and may potentially break before a further, more stable release.
    • ๐Ÿš€ README.md will only be updated when a stable version is released.
  • v3.0.0-alpha.4 Changes

    September 02, 2015
    • Attempts to fix known layout issues.
    • โž• Added BONumberTableViewCell (thanks to @minuscorp from #15) and BOTextTableViewCell+Subclass.h, which allows for easy subclassing of BOTextTableViewCell.
    • BOTextTableViewCell now automatically trims start and end whitespaces from input text.

    Please note

    • ๐Ÿš€ This version is intended only as a preview and may potentially break before a further, more stable release.
    • ๐Ÿš€ README.md will only be updated when a stable version is released.
  • v3.0.0-alpha.3 Changes

    August 29, 2015
    • ๐Ÿ›  Fixed some layout issues, although device rotation is taking too long for some reason.

    Please note

    • ๐Ÿš€ This version is intended only as a preview and may potentially break before a further, more stable release.
    • ๐Ÿš€ README.md will only be updated when a stable version is released.
  • v3.0.0-alpha.2 Changes

    August 28, 2015
    • โž• Added BODateTableViewCell (thanks to @firecast from #7).
    • BOTimeTableViewCell is now a subclass of BODateTableViewCell.
    • โž• Added expansionView property for BOTableViewCell subclasses to conveniently show an underlying view when pressed. You no longer need to take care of any auto layout business for this type of views on the cell (although you may need to specify a height for such view in expansionHeight method).

    Please note

    • ๐Ÿš€ This version is intended only as a preview and may potentially break before a further, more stable release.
    • ๐Ÿš€ README.md will only be updated when a stable version is released.
  • v3.0.0-alpha.1 Changes

    August 28, 2015
    • โฌ‡๏ธ Dropped storyboard support.
    • BOTableViewCell subclasses now use native accessoryView cell property to show accessory views.
    • Tries to address issues such as #8 and #11.

    Please note

    • ๐Ÿš€ This version is intended only as a preview and may potentially break before a further, more stable release.
    • ๐Ÿš€ README.md will only be updated when a stable version is released.
  • v2.1.0 Changes

    June 30, 2015
    • โž• Added defaultFooterTitle to BOTableViewCell (feature request #4).
  • v2.0.1 Changes

    June 28, 2015
    • โž• Added code documentation.
    • General cleanup and optimization to dynamic footers logic.
    • It's no longer necessary to call super on wasSelectedFromViewController: when subclassing a BOTableViewCell.