Benjamin Combes

Results 7 comments of Benjamin Combes

Same here, if I display a banner on app start (but after setting root view controller), I get this error: ``` Fatal error: Unexpectedly found nil while implicitly unwrapping an...

I have the same too, I do everything on the main thread, and these crashes are about 90% of my total app crashes... One important thing to note: Crashlytics indicates...

Same here on a Intel MacBook Pro

Hi @mac-gallagher, I have this issue too; I don't know if it helps, but I have this issue only when swiping the card on the screen with fingers, with the...

I had the same issue too: when working on the single screen using the lib, it worked like a charm. But when testing it in a real-world app, I add...

I don't know if it can help anybody, but here is what I use as a workaround : ``` java public enum CampaignStatus { LIVE, UPCOMING } @SerializedName("status") private String...