ra1028 / Former

Former is a fully customizable Swift library for easy creating UITableView based form.
MIT License
1.3k stars 135 forks source link

Make `init(reuseIdentifier:)` public #92

Closed mattjgalloway closed 5 years ago

mattjgalloway commented 5 years ago

Just like happened with FormCell, we should have this public otherwise when you try to create custom ones, you get a crash saying that init(reuseIdentifier:) is not implemented.