Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Crash when setting font in cell appearance #184

Open
abanet opened this issue May 9, 2019 · 1 comment
Open

Crash when setting font in cell appearance #184

abanet opened this issue May 9, 2019 · 1 comment

Comments

@abanet
Copy link

abanet commented May 9, 2019

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!

@PeterKovacs89
Copy link

I've sent a PR which fixes this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants