Is there any way to override the methods in TFMXViewBase for an iOS form in Delphi?
Specifically I want to override TFMXViewBase.touchesBegan, TFMXViewBase.touchesEnded, TFMXViewBase.touchesMoved.
I am trying to avid having to modify the standard FMX.Platform.iOS unit
Thanks in advance, Martin