SwiftyFORM v1.4.0 Release Notes

Release Date: 2017-04-08 // about 7 years ago
    • Upgraded from Xcode8.2.1 to Xcode8.3.1
    • Classes derived from FormViewController can now be used inside storyboards. Added 'SettingsViewController' that demonstrates this. FormViewController.init(coder aDecoder: NSCoder) have until now invoked super.init(nibName: nil, bundle: nil) so it has never worked inside a storyboard. FormViewController now instead implements init?(coder aDecoder: NSCoder) so it can invoke super.init(coder: aDecoder).
    • FormViewController.reloadForm() added.