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

Drop storyboard support? #10

Closed
davdroman opened this issue Jul 31, 2015 · 1 comment
Closed

Drop storyboard support? #10

davdroman opened this issue Jul 31, 2015 · 1 comment

Comments

@davdroman
Copy link
Owner

Bohr started out without any storyboard support whatsoever until it was introduced in version 2. The thing is IB isn't quite ready to support IBDesignable cells inside its UITableViewControllers (and doesn't look like it will anytime soon). Besides, there have been some reported issues about resizing and autolayout that I found are related to storyboard being the way to set up the table view controller.

The only advantage storyboard support adds is IBInspectables, but without IBDesignable support this looses great part of its importance.

This advantage vs. all the other disadvantages drive me to think I should drop storyboard support as part of a version 3 release. That way, the whole setup process would be made in a same place (setup method of your BOTableViewController subclass) and would allow for issues like #8 to be fixed.

What's your opinion on this? Is storyboard a must-have for Bohr or would you be just fine setting it up programmatically? I feel like it would bring many benefits.

@davdroman
Copy link
Owner Author

As discussed in #8, storyboard support will be dropped for version 3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant