Matic

Results 3 comments of Matic

simply split the expression to multiple parts: ``` let randomFloat: (CGFloat) -> CGFloat = { modi in let temp = (0 - modi) + CGFloat(arc4random()) let temp2 = CGFloat(UINT32_MAX) *...

Hi @yeonho1. I've had similar issue and fixed it by setting the `form` parameter when creating a new chart. As `form` accepts the `CGSize`, you can simply get the width...

I have the same issue on iPhone 12 - iOS 16. This happens when you are trying to call `getPurchaseHistory()` and `getAvailablePurchases()` on a development build and you are not...