FRHyperLabel icon indicating copy to clipboard operation
FRHyperLabel copied to clipboard

hyper label being clicked on some other string besides the one that is clicked, and few strings are not clickable aswell.

Open vaishnav1 opened this issue 7 years ago • 1 comments

NSString *string = @"Top Searched: Mumbai, Bangalore, New Delhi, Pune, Hyderabad";

//Step 3: Add link substrings
[label setLinksForSubstrings:@[@"Mumbai", @"Bangalore", @"New Delhi", @"Pune", @"Hyderabad"] withLinkHandler:handler];

vaishnav1 avatar Jun 21 '18 12:06 vaishnav1

Hello, sem issue in other languages, in other words, did not work in localization string.

ar-labs-tech avatar Oct 25 '18 10:10 ar-labs-tech