Results 9 comments of Dante Puglisi

@Gargo Using this repo's example I added a `animationView.stop()` when the animation ends (so it goes to frame 0) and in the video you can see how it goes to...

I got here because `Realmable` structs are requesting to create an empty `init` otherwise they don't comply to `Realmable`. What's the cause for the issue explain here (and the `init`...

@anton-plebanovich It's not working anymore (iOS 13.6) even when using the fixes here. Does anyone have any updated workaround?

I thought maybe it was on purpose that's why I made that comment 🙈. So if you do `segmentedControl.selectedSegmentIndex = 0` the `selectedSegmentedIndex` gets changed but it's not shown on...

This even happens in the demo project @hackiftekhar

A bit late 🙈 but I fixed that issue by adding `type: .withoutResponse` when calling `write`. That's because the characteristic I was writing to was a `withoutResponse` characteristic.

Any updates on this? @sakuraehikaru @nbrooke

Just pushed a Pull Request to fix this #264

I have no idea, I couldn't figure out how to fix this. @lexrus