Bohr v3.0.0 Release Notes

Release Date: 2015-09-27 // over 8 years ago
    • ๐Ÿ‘ 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.

Previous changes from v3.0.0-rc.2

    • โž• 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.