Lluis Gerard

Results 15 comments of Lluis Gerard

@KeiroMidori right now the animation is separated in two states: `[toVC.view setFrame:CGRectMake(0, screenRect.size.height, fromVC.view.frame.size.width, fromVC.view.frame.size.height)];` And inside the animation block: `[toVC.view setFrame:CGRectMake(0, 0, fromVC.view.frame.size.width, fromVC.view.frame.size.height)];` This is just setting the...

@KeiroMidori uhm... interesting... maybe you should set the alpha 0 to the view in another place. How do you dismiss the viewController? I just checked my project and I'm not...

Same problem here with `1.1.5`, had to manually comment `EZAudioOSX.h` and `EZAudioiOS.h` imports to compile.

The only workaround I found to fix this in my code is to check for the microphone delegate before sending the buffer around. Tested with `1.1.5` That's because on my...

This would be very useful when using `.wrap`, because I don't want margin on the first view of the row.

I'm having issues with this as well, RxOptional uses a different Rocket version and I can't resolve it with SPM: ``` because RxOptional 4.1.0..

I'm having the same issue using SPM on: - Xcode Version 15.0.1 (15A507) - macOS Sonoma 14.0 (23A344) - GoogleMapUtils 4.2.2 ``` Failed to build module 'GoogleMapsUtils'; this SDK is...

I forked the project and removed "Realm" library everywhere. It seems to work for me when pointing SPM to my work. I didn't add "Embed & Sign". https://github.com/RxSwiftCommunity/RxRealm/compare/main...fieldmargin:RxRealm:main

> As far as I know this project doesn't have an active maintainer. If someone has a PR I can try and help I added a PR that works for...

@JoeMatt can you try adding realm to your project as explained here as if RxRealm had no dependency? https://www.mongodb.com/docs/atlas/device-sdks/sdk/swift/install/#installation Try doing step 5 (add to Frameworks and Libraries) with Embed...