Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Your developers are saying something wrong.
NSAttributedString has parameters that are responsible for link
Something like (on obj-c)
NSMutableAttributedString * seeMore = [[NSMutableAttributedString alloc] initWithString:@"Learn more"];
[seeMore addAttribute: NSLinkAttributeName value: @"http://google.com/" range: NSMakeRange(0, seeMore.length)];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question