All Versions
10
Latest Version
Avg Release Cycle
10 days
Latest Release
3461 days ago
Changelog History
Changelog History
-
v3.0.0 Changes
September 27, 2015- ๐ 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.
-
v3.0.0-rc.2 Changes
September 25, 2015- โ 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.
-
v3.0.0-rc.1 Changes
September 04, 2015Please note
- ๐ README.md will only be updated when the final version is released.
-
v3.0.0-alpha.5 Changes
September 03, 2015- ๐ A few more layout fixes.
Please note
- ๐ This version is intended only as a preview and may potentially break before a further, more stable release.
- ๐ README.md will only be updated when a stable version is released.
-
v3.0.0-alpha.4 Changes
September 02, 2015- Attempts to fix known layout issues.
- โ Added
BONumberTableViewCell
(thanks to @minuscorp from #15) andBOTextTableViewCell+Subclass.h
, which allows for easy subclassing ofBOTextTableViewCell
. BOTextTableViewCell
now automatically trims start and end whitespaces from input text.
Please note
- ๐ This version is intended only as a preview and may potentially break before a further, more stable release.
- ๐ README.md will only be updated when a stable version is released.
-
v3.0.0-alpha.3 Changes
August 29, 2015- ๐ Fixed some layout issues, although device rotation is taking too long for some reason.
Please note
- ๐ This version is intended only as a preview and may potentially break before a further, more stable release.
- ๐ README.md will only be updated when a stable version is released.
-
v3.0.0-alpha.2 Changes
August 28, 2015- โ Added
BODateTableViewCell
(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).
Please note
- ๐ This version is intended only as a preview and may potentially break before a further, more stable release.
- ๐ README.md will only be updated when a stable version is released.
- โ Added
-
v3.0.0-alpha.1 Changes
August 28, 2015- โฌ๏ธ Dropped storyboard support.
BOTableViewCell
subclasses now use nativeaccessoryView
cell property to show accessory views.- Tries to address issues such as #8 and #11.
Please note
- ๐ This version is intended only as a preview and may potentially break before a further, more stable release.
- ๐ README.md will only be updated when a stable version is released.
-
v2.1.0 Changes
June 30, 2015- โ Added
defaultFooterTitle
toBOTableViewCell
(feature request #4).
- โ Added
-
v2.0.1 Changes
June 28, 2015- โ Added code documentation.
- General cleanup and optimization to dynamic footers logic.
- It's no longer necessary to call
super
onwasSelectedFromViewController:
when subclassing aBOTableViewCell
.