'How to make a UIButton looks like a email link button?
I am doing a contact us page. Here I want to add a email link and also I want to open the iPhone's default mail app while clicking that link. I don't know how to make the UIButton looks like a link button.
How can I achieve this?
Solution 1:[1]
Change the button type to UIButtonTypeCustom
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | LuckyLuke |