Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

Add support for disabling / enabling a cell. #39

Open
animaonline opened this issue Jan 26, 2016 · 1 comment
Open

Add support for disabling / enabling a cell. #39

animaonline opened this issue Jan 26, 2016 · 1 comment
Milestone

Comments

@animaonline
Copy link

For example a BOButtonTableViewCell that is used to initiate an IAP.

@davdroman
Copy link
Owner

That's a good one, although I don't think the current API is flexible enough to offer this kind of feature, as it'd be necessary to do some code duplication from chunks like this to achieve that effect.

That's why I propose to move this feature to the 4.0.0 milestone and discuss further detail implementations in #33. I can easily think of a neat enum-based implementation for hidden, enabled and some more states depending on a certain setting value.

@davdroman davdroman added this to the 4.0.0 milestone Jan 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants