Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

3.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@davdroman davdroman released this 28 Aug 22:47
· 19 commits to master since this release
28b11c1
  • 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.