I have and UILabel and I want to add and IBAction in the word "email" to open the email client in the iPhone. Here is my code:
func setInfoLabel() {
self.myLabel.text = "send me and email if you need more information"
}
Any of you knows how can I add the action to the word in the UILabel?
I'll really appreciate your help.