Skip to content

issues Search Results · repo:mischa-hildebrand/AlignedCollectionViewFlowLayout language:Swift

Filter by

30 results
 (71 ms)

30 results

inmischa-hildebrand/AlignedCollectionViewFlowLayout (press backspace or delete to remove)

Collection view header getting overlapped while setting let alignedFlowLayout = collectionView?.collectionViewLayout as? AlignedCollectionViewFlowLayout alignedFlowLayout?.horizontalAlignment = .left alignedFlowLayout?.verticalAlignment ...
  • nadeemworkspace
  • 1
  • Opened 
    on Jun 16, 2024
  • #40

let layout = AlignedCollectionViewFlowLayout(horizontalAlignment: .left, verticalAlignment: .top) layout.minimumLineSpacing = 10 layout.minimumInteritemSpacing = 10 layout.sectionInset = UIEdgeInsets(top: ...
  • ITzhao
  • Opened 
    on Mar 15, 2023
  • #38

init(horizontalAlignment:.left,verticalAlignment:.top) 估计项目尺寸=CGSize(宽度:100,高度:40) cell 内容过长,超出屏幕外 应该处理成 ... 省略模式
  • ITzhao
  • 1
  • Opened 
    on Aug 18, 2022
  • #36

I m getting a crash force unwrapping a nil value testing on iOS 15 Beta but on iPad only. iPhone seems to work fine. The crash occurs here // It s okay to force-unwrap here because we pass a non-empty ...
  • chamitha
  • 4
  • Opened 
    on Sep 2, 2021
  • #35

Hello @mischa-hildebrand, I could not figure how to limit the width of cells, so that they do not extend the width of the enclosing collection view. Do you have any advice ? In the screenshot below, ...
  • groue
  • 5
  • Opened 
    on Jun 23, 2021
  • #34

Hello @mischa-hildebrand, Thank you very much for your very useful layout 👍 I could spot an issue: sometimes cells would not appear on screen. The screenshot below displays various setups for a custom ...
  • groue
  • 1
  • Opened 
    on Jun 23, 2021
  • #33

Hi, I have a collectionView with vertical flow layout that contains the header and shows two cells in a row, the following code will return incorrect y pos in one of the cell: Line 303: switch verticalAlignment ...
  • sjacs5537
  • Opened 
    on Jan 21, 2021
  • #31

Are there any plans to support SwiftPM?
  • harumidiv
  • 1
  • Opened 
    on Jan 15, 2021
  • #30
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub