Jump to content

UILabel Click Event?


1 post in this topic

Recommended Posts

I want a basic UILabel to process a click event. If I set:

 

myLabel.userInteractionEnabled = YES;

 

What function/method would I have to implement in my View Controller class to handle a click event on a UILabel?

 

I am writing an iphone application using XCode. Please don't assume that I know anything as I presently know very little. The more information (steps) you can give me the better. Thanks a lot - I appreciate it.

Link to comment
Share on other sites

 Share

×
×
  • Create New...