FXForms icon indicating copy to clipboard operation
FXForms copied to clipboard

Swift example does not compile

Open Brisdo opened this issue 9 years ago • 1 comments

To fix it, changed Line 21 in RegistrationFormViewController.swift to:

let form = cell.field.form as! RegistrationForm

And, line 41 in RegistrationForm.swift to:

func fields() -> [AnyObject]! {

Brisdo avatar Apr 23 '15 19:04 Brisdo

Had the same issue. Above solution helped me compile it. Thanks @Brisdo.

dehlen avatar Oct 13 '15 16:10 dehlen