views:

14

answers:

1

I would like to hide and show a number of buttons at random which should run in a 30 sec timer.

How is a timer created in objective C?

Thanks

A: 

The NSTimer class is what your looking for.

James Raybould