nick
nick
Yes, I just checked again. Is this probably related to https://github.com/fastlane/fastlane/issues/4391? I get the confirmation code push message displayed every time I try to open the Heroku app-page and there...
Still occurring. Did you find a fix for it?
You can achieve this by cancelling the pan when the drag offset becomes negative. class HalfModalPresentationController: UIPresentationController { // ... func onPan(pan: UIPanGestureRecognizer) -> Void { let endPoint = pan.translation(in:...
Same with me: How do I get cells with dynamic height? As far as I see there is no public property providing the item-width. What was the intention behind hiding...
My [fork](https://github.com/nickpodratz/CollectionViewWaterfallLayout/tree/feature/public-item-width) solved the problem. I added a read-only dictionary caching the widths of the cells in all your sections.
Agree! Would be really nice to just hide the icon by (un)ticking some box in the settings.
@girishnair12345 Can you share it?
Yes I think that'd be a nice interface for it!
Just seeing that now! Will get back to you shortly when I tried it.