Declan Land

Results 13 comments of Declan Land

Installed the previous major version major version of Xcode and switched command line tools - works perfect

@mexmer is correct, you can't really use this to display visual notifications. If you're still interested in using this, you probably want to delve into CFNotificationCenter: https://developer.apple.com/documentation/corefoundation/cfnotificationcenter?language=objc Example: When you...

The issue is that `verticalAlignmentAxisForLine` is considering the supplementary views with the cells. Apply these changes below, and everything should work as expected. ```swift private func verticalAlignmentAxisForLine( with layoutAttributes: [UICollectionViewLayoutAttributes]...