Joan Disho
Joan Disho
Hi ๐ I have created a custom UICollectionViewLayout. ```swift protocol PinterestLayoutDelegate: class { func collectionView(_ collectionView: UICollectionView, heightForPhotoAtIndexPath indexPath: IndexPath) -> CGFloat } class PinterestLayout: UICollectionViewLayout { // MARK: Delegate...
Hi Serg, First of all, I want to thank you for the great explanation about CleanArchitecture, but I am a bit concerned about the way the ViewModel is created. Based...
Hello ๐ In this PR, I create extensions around `NSLayoutConstraints`, `NSLayoutXAxisAnchor`, `NSLayoutYAxisAnchor` to replace the redundant `ConstraintRelation` switches implemented in `TinyConstraints.swift`.
First of all, thank you for this amazing project. @rnystrom I have an issue with `GitHawk` that I cannot sign in with other credentials after a sign out. When I...
Would be great to have a code coverage label in the README. https://codecov.io/github/jdisho/TinyNetworking?branch=master
```swift tinyNetworking.reactive.request(resource: .photo(id: 123)).start { event in switch event { case let .value(response): // Do something with the response. case let .failed(error): // Do something with the error. default: break...
### Description Hi there ๐ I just tried building the project using Xcode 26 Beta, and I ran into this new compile-time error: ```console unsupported configuration: the aggregate target 'OpenAPIGenerator'...