Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

…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.

None yet

1 participant