Lukas Würzburger

Results 5 issues of Lukas Würzburger

When I try to add `AlignedCollectionViewFlowLayout` via Swift Package Manager in Xcode. It shows me this error: > https://github.com/mischa-hildebrand/AlignedCollectionViewFlowLayout.git has no Package.swift manifest for version 1.1.2 ![Screen Shot 2020-06-17 at...

The changes in this PR follow the idea to have enough information in the README to create a custom floret, without the need to open the docs. Solves #221

In my current project I don't want to add the files to the Xcode project. I only need it temporary for the simulator. ```swift mockFloret.addMapping(forUrl: url) { (_, floret) ->...

enhancement
proposal

As someone who just wants to checkout the project on GitHub, I'd rather stay on GitHub, instead of jumping to the documentation to actually see how to use a Floret....

documentation

I run Cauli without any special configuration: ```swift Cauli.shared.run() ``` I have an upload mechanism in my app that works with `URLSession`'s `URLSessionUploadTask`. I used the delegate methods instead of...

bug