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

[SR-15704] CollectionView Section Height #57983

Closed
swift-ci opened this issue Jan 8, 2022 · 0 comments
Closed

[SR-15704] CollectionView Section Height #57983

swift-ci opened this issue Jan 8, 2022 · 0 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. off topic Resolution: Is beyond the scope of the Swift project (Xcode, proprietary Apple frameworks, etc.)

Comments

@swift-ci
Copy link
Collaborator

swift-ci commented Jan 8, 2022

Previous ID SR-15704
Radar None
Original Reporter HamburgerGodThief (JIRA User)
Type Improvement
Additional Detail from JIRA
Votes 0
Component/s swift
Labels Improvement
Assignee None
Priority Medium

md5: c1e8d7cb3b45c6f2bb49be7931c3e836

Issue Description:

I will use example to describe the problem I face and how it should be.There are 4 sections in the collectionView and each section has different item size. Now, I give the height of itemSize for

0th section = 100
1st section = 0
2nd section = 150
3rd section = 200

The drawing on the phone only show the 0th section. But I expected that the drawing should show 0th, 2nd and 3rd section. Because I only set the height of 1st section = 0

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@AnthonyLatsis AnthonyLatsis added off topic Resolution: Is beyond the scope of the Swift project (Xcode, proprietary Apple frameworks, etc.) and removed swift improvement labels Nov 3, 2022
@AnthonyLatsis AnthonyLatsis closed this as not planned Won't fix, can't repro, duplicate, stale Nov 3, 2022
@AnthonyLatsis AnthonyLatsis added the bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. label Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. off topic Resolution: Is beyond the scope of the Swift project (Xcode, proprietary Apple frameworks, etc.)
Projects
None yet
Development

No branches or pull requests

2 participants