Skip to content

Use lastObject instead of objectAtIndex:0 in multivalued section for row template#372

Open
Tobiaswk wants to merge 2 commits into
xmartlabs:masterfrom
Tobiaswk:master
Open

Use lastObject instead of objectAtIndex:0 in multivalued section for row template#372
Tobiaswk wants to merge 2 commits into
xmartlabs:masterfrom
Tobiaswk:master

Conversation

@Tobiaswk
Copy link
Copy Markdown

Be default use lastObject instead of objectAtIndex:0 in multivalued section as template for new rows. This is needed when you add values programmatically to a multivalued section. With objectAtIndex:0 the new row will contain the value of the first added row; which in normal circumstances works because you use a dummy row with a placeholder text. When adding rows programmatically based on predefined data this does not make sense.

It is possible avoid this using multivaluedRowTemplate on a form. The default behaviour is still nonsensical in my opinion.

Tobiaswk added 2 commits May 29, 2015 15:20
…emplate for new row. This is needed when you add values programmatically to a multivalued section. With objectAtIndex:0 the new row will contain the value of the first added row; which in normal circumstances works because you use a dummy row with a placeholder text. When adding rows programmatically based on predefined data this does not make sense.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant