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

Commits on May 29, 2015

  1. Use lastObject instead of objectAtIndex:0 in multivalued section as t…

    …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.
    Tobiaswk committed May 29, 2015
    Configuration menu
    Copy the full SHA
    94aea15 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. Configuration menu
    Copy the full SHA
    6ef5791 View commit details
    Browse the repository at this point in the history