Christian Beer

Results 13 comments of Christian Beer

It's even worse for me: when type is "unknown", it returns different values (Numbers reports `426073064007` as value): ``` (lldb) p cells[4].doubleValue() (Double) $R7 = 426073064007 (lldb) p cells[4].integerValue() (Int)...

I was able to create a hack to get `aspectRatio` from the `RiveModel` by subclassing `RiveViewModel`: ``` class MyRiveViewModel: RiveViewModel { @Published var aspectRatio: CGFloat = 1 override func riveFileDidLoad(_...

Same here MapBoxCommon 24.13.4 MapBoxCoreMaps 11.13.4 MapBoxMaps 11.13.4 ``` Hardware Model: iPhone14,5 AppStoreTools: 16F7 AppVariant: 1:iPhone14,5:18 Code Type: ARM-64 (Native) OS Version: iPhone OS 18.5 (22F76) Baseband Version: 4.60.01 Report...