Skip to content

rushisangani/RSWordDetectorTextView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RSWordDetectorTextView

The convinient class to get clicked/tapped word by user in UITextView.

Features

  • Get user clicked text in UITextView using delegate method.

How To Use

RSWordDetectorTextView

/* set delegate */

self.textView.wordDetectorDelegate = self;

#pragma mark- RSWordDetectorDelegate method

-(void)textView:(UITextView *)textView didTappedWord:(NSString *)word {
    NSLog(@"Tapped word: %@", word);
}

License

RSWordDetectorTextView is released under the MIT license. See LICENSE for details.

About

Get Clicked/Tapped word by user in UITextView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published