ra1028 / Former

Former is a fully customizable Swift library for easy creating UITableView based form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jennyinf opened this issue · comments

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

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

happen to me also

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