German

Results 22 comments of German

Using 2.2.0 version of the library. here is my configuration: Setup: ``` if let layout = ARCollectionViewMasonryLayout(direction: .vertical) { let margin = collection.frame.width * 0.04 layout.contentInset = UIEdgeInsets(top: 20, left:...

But that function needs a reuse identifier previously registered, which is what I don't want to do(Or should I even its not in the documentation).

The collectionView is calling the ` func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView` delegate method. Which I think it is not good, since I never...

Yes, I implemented the standard(`collectionView:self.collectionView layout:self referenceSizeForHeaderInSection:indexPath.section`) header(the one I need, I dont want the sticky ). I'll get back to you as soon as I can create the demo...

Same here, undefined type CountdownLabel.

@WrathChaos I am glad to hear that the repo is useful to you 💪 Can you describe or post a screenshot of the view controller hierarchy you want to achieve?...

Make this a generic solution so different sources can be used i.e RS gem for Apple Sign in or Firebase Apple Sign in

[Swifter](https://github.com/httpswift/swifter) seems to be updating to Async in their version 2.0. This is a good opportunity also to check which dependencies are updating to this approach.

@germanStabile is this related to the CI/CD platform or our test suite? Also, both suites UI and unit are failing?