Quantcast
Channel: iOS Annotated UILabel Design Pattern - Stack Overflow
Viewing all articles
Browse latest Browse all 3

iOS Annotated UILabel Design Pattern

$
0
0

A client has asked me to include text in an app, a small portion of which should be hyperlinked, so that when it is clicked on it reveals a further fact about their product.

What is the usual design pattern for this? Hyperlinks seem unsuitable to a phone app environment, but a button seems like it spoils the flow of the text. Any pointers appreciated.


Viewing all articles
Browse latest Browse all 3