This repository has been 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.
BOTableViewCell
subclasses now use nativeaccessoryView
cell property to show accessory views.- Added
BODateTableViewCell
class (thanks to @firecast from #7). BOTimeTableViewCell
is now a subclass ofBODateTableViewCell
.- Added
expansionView
property forBOTableViewCell
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 inexpansionHeight
method). - Added
BONumberTableViewCell
(thanks to @minuscorp from #15) andBOTextTableViewCell+Subclass.h
, which allows for easy subclassing ofBOTextTableViewCell
. - And of course, A TON of bug fixes.