FRHyperLabel icon indicating copy to clipboard operation
FRHyperLabel copied to clipboard

A subclass of UILabel to allow you adding one or more hyperlinks to the texts

Results 21 FRHyperLabel issues
Sort by recently updated
recently updated
newest added

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UILabel setLinksForSubstrings:withLinkHandler:]: unrecognized selector sent to instance your code with bit modification: void(^handler)(FRHyperLabel *label, NSString *substring) = ^(FRHyperLabel *label, NSString *substring){...

If I want to change color on text handle. What should I do?

With custom font its working for few font sizes . Eg - if i use Proxima nova regular then it work with font size less then 15 pixel (for 2...

I just check that if we align text to centre link wouldn't be at the extract position so please fix this 👍

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];

If we set all attributes in Xib UI file then the code of handler not working. How can we set this issue?

attributedTextRangeForPoint is not get correct location

Link does NOT appear on iOS version 10.3 but the same code works on iOS 11.0 or later. **Here my code snippet:** NSString *string1 = @"Hi I am Rahul Varma";             ...