tags:

views:

510

answers:

1

In my program labels didnt detect touches while i testig on simulator. but it works fine on device. why does this happens?. i want to capture the video of my application when working on simulator.

A: 

If you need a quick workaround for recording video, just put a clear UIButton over top of the label that calls the same function upon tap.

Ed Marty