You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
Crash in FormViewController line 136 (SwiftForms to 1.8.2 version, Xcode 10 and swift 4.2)
The only way for me to keep working with SwiftForm: remove the 'titleLabel.font' key from row.configuration.cell.appearance = ["textField.placeholder" : "Mandatory" as AnyObject, "textField.textAlignment" : NSTextAlignment.right.rawValue as AnyObject, "titleLabel.font": UIFont.boldSystemFont(ofSize: 15.0)]
I don't have the font I'd like but it works!