AQGridView
AQGridView copied to clipboard
Compiling error in Xcode 14
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?