Josh Gare

Results 9 comments of Josh Gare
trafficstars

I have added the following to the object enumerator which seems to have fixed the problem. I've only tested this once or twice so I'm not sure if it's broken...

I am also only getting a NULL value for my products. Looking for a fix but no luck yet.

I can confirm we are also encountering this issue too.

We were experiencing the same issue - it's because you have to enable clipsToBounds.

Yep, that confused me when I was trying to debug. I've attached a very simple example project that has the crash in it. Hopefully it's of some help @kewlbear. [ExampleCrash.zip](https://github.com/kewlbear/YoutubeDL/files/13227751/ExampleCrash.zip)

Hi @markmur Structure is as follows UIViewController that is modally presented -> button tapped -> present method called and checkout sheet is presented over the top of the previous modal....

@markmur just coming back to this - we updated the SDK to 3.0.1 and added the following. ``` ShopifyCheckoutSheetKit.configure { $0.backgroundColor = .white } ``` However we're still seeing the...

@markmur the code we're using is very simple we set the global properties then present the CSK and retain a reference. ```swift guard let url = webUrl.asUrl else { return...