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

How to set value to type label #163

Closed
kamalupasena opened this issue Aug 11, 2017 · 1 comment
Closed

How to set value to type label #163

kamalupasena opened this issue Aug 11, 2017 · 1 comment

Comments

@kamalupasena
Copy link

kamalupasena commented Aug 11, 2017

Hi i am trying to set the value to row type label but it's didn't show in my form , here is my code

let balanceRow = FormRowDescriptor(tag: Static.Balance, type: .label, title: "Balance")
balanceRow.value = "1000.00" as AnyObject
section.rows.append(balanceRow)

can anyone tell me what i am doing wrong here ?

@kamalupasena
Copy link
Author

Found the error by looking at the code adding the placeholder to the cell will add the text

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