I've a label shown in screenshot below.
When user taps on Terms and condition
text of UILabel it should be able to redirect to new view controller.
There are few concerns:
- Redirect should happen on when
Terms and condition
text region is tapped. Not on other text. Terms and condition
can come different lines (in case of iPhone 4)
How can this be acheived?