I got a (stupid) question. I’m busy with a ‘tap’ app (i dont know how to name it) it’s a game with a button in the middle of the screen and when a play start tapping the button it need’s to count the click’s.
Does anoyone know what i need to use (classes) in objective-c
Thanks
Hook up an action to the tap event :
And increment a counter when tapped (
tapCountis a property of your view controller)