Now I have a problem ...
I want different reactions from UITabBarItem on single and double tap...
It is easy to make it for simple click (tap), but double click (double tap) is more difficult... may be it is impossible...
I think that because of UITabBarItem is not inherited from UIResponder, this is quite impossible to do....Because there's no ability to reimplement touches methods (touchesBegan and others).
Am I right ?
I want different reactions from UITabBarItem on single and double tap...
It is easy to make it for simple click (tap), but double click (double tap) is more difficult... may be it is impossible...
I think that because of UITabBarItem is not inherited from UIResponder, this is quite impossible to do....Because there's no ability to reimplement touches methods (touchesBegan and others).
Am I right ?