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

FormCell init(style: UITableViewCellStyle, reuseIdentifier: String?) not public #43

Closed
jennyinf opened this issue Oct 6, 2016 · 3 comments
Labels

Comments

@jennyinf
Copy link

jennyinf commented Oct 6, 2016

In swift 3, if I don't set this method to public, my custom (non xib) cell classes fall over when the rowFormer tries to create them

The same applies to FormHeaderFooterView

@stefanoa
Copy link

stefanoa commented Feb 2, 2017

It is happening to me also, for the class FormCell.
When using it the app will crash with:

fatal error: use of unimplemented initializer 'init(style:reuseIdentifier:)'

making the initialiser public fix the problem

@vinsent
Copy link

vinsent commented Dec 25, 2018

happen to me also

@ZacharyKhan ZacharyKhan reopened this Dec 26, 2018
@ZacharyKhan
Copy link
Collaborator

Can someone submit a PR with the fixes? Closing this issue as the solution has been found.

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

No branches or pull requests

4 participants