This repository has been archived by the owner on Aug 24, 2020. It is now read-only.
3.0.0-alpha.2
Pre-release
Pre-release
davdroman
released this
28 Aug 22:47
·
19 commits
to master
since this release
- 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.