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

Preloaded text returning a null #57

Closed
lilpennyjr opened this issue Jun 21, 2015 · 0 comments
Closed

Preloaded text returning a null #57

lilpennyjr opened this issue Jun 21, 2015 · 0 comments

Comments

@lilpennyjr
Copy link

I'm pushing data from one view controller to the FormViewController but the form returns a null when the text is prefilled. Is there a way around this?

var row: FormRowDescriptor! = FormRowDescriptor(tag: Static.emailTag, rowType: .Email, title: "Email")
row.configuration[FormRowDescriptor.Configuration.CellConfiguration] = ["textField.text" : "john@gmail.com", "textField.textAlignment" : NSTextAlignment.Right.rawValue]

screen shot 2015-06-20 at 11 53 30 pm

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

1 participant