Ricky

Results 7 issues of Ricky

If you use a LazyVGrid instead of a List, when you start searching the animation is not smooth.

Currently you have to use ```on(clientEvent: .connect)```, ```on(clientEvent: .disconnect)```, and ```socket.on(clientEvent: .error)``` completion handlers to know when you have connected, disconnected, or have an error. The problem with this is...

I would like to request that the README be updated to be a bit friendlier. I have a background as an iOS developer and came across an old library named...

I have setup an iOS Project as per the README, and can't import libetpan in the main project. Am I missing something? How can I import libetpan into my main...

Added multiple initializers for SwiftUI Button.

### Description As a developer using `Vortex`, I would like to have access to the `emissionCount` and the number of currently active/live particles in a `VortexSystem`. This would allow for...

Thanks for this great library! I’ve been using `SnapDraggingModifier` and really like the intuitive UX it enables. Currently, the API supports horizontal and vertical boundaries: ```swift SnapDraggingModifier( gestureMode: .normal, offset:...