Passionate software developer.
I love to experiment with new technologies.
- Paris, France
- https://yassir.dev
Block or Report
Block or report yacir
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
CollectionViewSlantedLayout Public
A CollectionView Layout displaying a slanted cells
-
-
1
extension BinaryInteger {
2/// Returns true if and only if this integer is even.3var isEven: Bool { return self % 2 == 0 }
4/// Returns true if and only if this integer is odd.5var isOdd: Bool { return self % 2 != 0 }

