AQGridView icon indicating copy to clipboard operation
AQGridView copied to clipboard

Compiling error in Xcode 14

Open zhouhao27 opened this issue 2 years ago • 0 comments

Here is the error message:

AQGridView/AQGridView.m:1228:25: error: too many arguments to function call, expected 0, have 4 return ( (UIView *)imp(self, @selector(hitTest:withEvent:), point, event) ); // -[UIView hitTest:withEvent:] ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.

Any idea?

zhouhao27 avatar Jan 19 '23 02:01 zhouhao27