Questions tagged [nscollectionlayoutsection]

2 questions
0
votes
1 answer

UICollectionView: make first item's width different from the rest

I'm currently trying to achieve the following layout using NSCollectionLayoutSection. Do you have any advice on only making the first item 50px wide while keeping the rest of the items 100px (could be any number of items)? The solution has to be an…
-1
votes
1 answer

Objective C - UICollectionViewListCell Add swipe to delete

Trying to implement "Swipe to Delete" API for UICollectionViewListCell. I'm writing in Objective-C the compiler is not auto-completing the code. Any reasons? example code? Swift example: let listConfig =…