Bohr v3.0.0 Release Notes
Release Date: 2015-09-27 // over 7 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 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.
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.