Christian Sousa
05/28/2020, 3:36 PM@ObjCAction fun layoutAttributesForElementsInRect(rect: CValue<CGRect>): List<*>? { ... }
I’m getting the following error:
Unexpected @ObjCAction method parameter type: CValue<CGRect>
Only Objective-C object types are supported here
What am I doing wrong?