This repository was archived by the owner on Aug 24, 2020. It is now read-only.
  
  
  
  
- iOS 9 support.
- Dropped storyboard support in favor of programmatic support (as discussed in #8).
- Added support for dynamic options.
- BOTableViewCellsubclasses now use native- accessoryViewcell property to show accessory views.
- Added BODateTableViewCellclass (thanks to @firecast from #7).
- BOTimeTableViewCellis now a subclass of- BODateTableViewCell.
- Added expansionViewproperty forBOTableViewCellsubclasses 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 inexpansionHeightmethod).
- Added BONumberTableViewCell(thanks to @minuscorp from #15) andBOTextTableViewCell+Subclass.h, which allows for easy subclassing ofBOTextTableViewCell.
- And of course, A TON of bug fixes.