Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with abstract controller class? #62

Open
gim- opened this issue Oct 16, 2017 · 0 comments
Open

Not working with abstract controller class? #62

gim- opened this issue Oct 16, 2017 · 0 comments

Comments

@gim-
Copy link

gim- commented Oct 16, 2017

If we make the following changes to the TableViewController from examples:

class AbstractTableViewController: UITableViewController, StatefulViewController {
}

class TableViewController: AbstractTableViewController {

The view doesn't change its state at all when calling startLoading or any other method. Why could that be? I'm new to Swift/iOS development and might not be aware of something. It's just I'm used to create reusable abstract classes to make the code more DRY in other languages, would be a shame if I had to write same boilerplate code in all my controllers where I need LCE (Loading-Content-Error) states.

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

No branches or pull requests

1 participant