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

3.0.0

Latest
Compare
Choose a tag to compare
@davdroman davdroman released this 27 Sep 16:15
· 13 commits to master since this release
a778369
  • 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.