2

how to implement mouse over event/method in iphone application??

Nirav Jain
  • 5,088
  • 5
  • 40
  • 61

1 Answers1

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