This repository has been archived by the owner on Aug 24, 2020. It is now read-only.
Releases: davdroman/Bohr
Releases · davdroman/Bohr
3.0.0
- 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.
3.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.
3.0.0-rc.1
Please note
- README.md will only be updated when the final version is released.
3.0.0-alpha.5
- 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.
3.0.0-alpha.4
- 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.
3.0.0-alpha.3
- 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.
3.0.0-alpha.2
- 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.
3.0.0-alpha.1
- 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.