how to implement mouse over event/method in iphone application??
Asked
Active
Viewed 215 times
2
-
1more importantly, how do you connect a mouse to the iphone?? – Swapnil Luktuke Apr 28 '11 at 09:46
-
Interestingly, on jailbroken devices there are hacks that allow you to connect a bluetooth mouse. I wouldn't recommend it by any stretch of the imagination though. – Jasarien Apr 28 '11 at 09:51
1 Answers
4
You don't.
iOS has a touch based UI. There is no 'hover' or 'mouse over' event. The screen is either touched or not.

Jasarien
- 58,279
- 31
- 157
- 188