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

unable to update the values of form cells #11

Closed
padotj opened this issue Dec 6, 2014 · 2 comments
Closed

unable to update the values of form cells #11

padotj opened this issue Dec 6, 2014 · 2 comments

Comments

@padotj
Copy link
Contributor

padotj commented Dec 6, 2014

I have a scenario where a user may select auto-fill a form by copying a record. I can successfully retrieve the record, but I'm not sure how to go about setting the form row values and having those values reflected in the UI.

The approach I am using presently is to iterate over the rows in each section and setting row.value to my value.

Any tips would be greatly appreciated.

Sincerely,
@padotj

@padotj padotj changed the title unable to update the values of form cell values. unable to update the values of form cells Dec 6, 2014
@ortuman
Copy link
Owner

ortuman commented Dec 6, 2014

I think setValue(value: NSObject, forTag tag: String) in FormViewController class is the method you're asking for.

Make me know if you have some more questions.

Regards!

@padotj
Copy link
Contributor Author

padotj commented Dec 8, 2014

that worked. Thank you.

@ortuman ortuman closed this as completed Dec 20, 2014
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