Skip to content

Investigate hairlines API #24

@heyltsjay

Description

@heyltsjay

I have a suspicion that the functionality for:

  • hairlines(after
  • hairlines(around
  • hairlines(between

will not behave as expected in the case that some cell in the middle of the group is hidden.

Hairlines(between: [A, B, C, D]) is deconstructed into
[A, B], [B, C], [C, D]

If view B is hidden, the first and second hairline binding will drop its visibility, resulting in no hairline between A and C.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions