Skip to content

Conversation

@Tobiaswk
Copy link

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