Adam Waite
Adam Waite
That snaps to the droppable's snap point if the draggable is dropped in the drioppable's bounds. You should use: `snapsDraggablesBackToDragStartOnMiss`
Ok no worries. Will look into it on the 23rd May weekend.
Did you try? I'm unsure to be honest. Perhaps try the UISplitViewController view? That's a tough use case across two view controllers! Let me know how you get on. I...
Second thoughts - better save all clicks and just display: last 1h, 24hrs and all time :D
Thanks for this. I'll come round to it when I get time.
Hey, sorry I have only just seen this. Not sure how it escaped my attention. That'd be a really nice feature to have. I'm silly busy with client work at...
Hard to say what's going on without having access to your code. I haven't the time to look at this at the moment, feel free to make a pull request...
I have since realised that: ``` - (UICollectionViewLayoutInvalidationContext *)invalidationContextForPreferredLayoutAttributes:(UICollectionViewLayoutAttributes *)preferredAttributes withOriginalAttributes:(UICollectionViewLayoutAttributes *)originalAttributes { UICollectionViewLayoutInvalidationContext *context = [super invalidationContextForPreferredLayoutAttributes:preferredAttributes withOriginalAttributes:originalAttributes]; [context invalidateEverything]; return context; } ``` Does absolutely nothing. Feel free...
Cool, had always though it was requires since it's required for UITableViews. I'll get around to this.
Yeah it's planned. Will comment here once I get the time.