Skip to content

Lining not woking for Word Appear Multiple time in sentence. #32

Description

@JainNkd

//Step 1: Define a normal attributed string for non-link texts
NSString *string = @"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque blandit quis blandit eros, sit amet vehicula justo. Nam at urna neque. Maecenas ac sem eu sem porta dictum nec vel tellus.";

//Step 3: Add link substrings
[label setLinksForSubstrings:@[@"Lorem", @"blandit", @"blandit", @"Maecenas"] withLinkHandler:handler];

//Issue

blandit Word appear two time in string but it underline with only first blandit word.
Please find attached screen shot.
screen shot 2017-12-19 at 3 08 05 pm

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions