Blog Directory logo  Blog Directory
  •  Login
  • Register
  •  Featured Blogs
     Blog Listing
    Member - {  Blog Details  } Save to Wishlist

    Blog image

    blog address: http://findnerd.com/list/view/How-to-detect-tapped-word-in-UItextview/771

    keywords: Uitextview,Tapping,Tapped Word

    member since: Dec 15, 2015 | Viewed: 268

    How to detect tapped word in UItextview

    Category: Academics

    download We might face a situation when we need to add action on tapping a particular word from a string on the iPhone screen like a link or a hashtag etc. Now though we can easily add a UITapGestureRecognizer on a UITextView or UILabel, finding the exact tapped word is tricky. Here is how to do this (using UITextView and UILongPressGestureRecognizer) : i) Add gesture recognizer to text view UILongPressGestureRecognizer *longPress = [[UILongPressGestureRecognizer alloc]initWithTarget:self action:@selector(longPressResponse:)]; [textViewDescription addGestureRecognizer:longPress]; ii) Handle gesture recognizer - (void)longPressResponse:(UILongPressGestureRecognizer *)recognizer { if (recognizer.state == UIGestureRecognizerStateBegan) { CGPoint location = [recognizer locationInView:textViewDescription]; NSString *tappedWord = [self wordAtPosition:CGPointMake(location.x, location.y)]; http://findnerd.com/list/view/How-to-detect-tapped-word-in-UItextview/771



    { More Related Blogs }
    © 2026, Blog Directory
     | 
    Support
               Submit a Blog
               Submit a Blog
    Global Smart Kitchen Hood Market 2017-2027

    Academics

    Global Smart Kitchen Hood Mark...


    Jan 8, 2023
    10 Reason Why Your Business Needs Custom Software Development

    Academics

    10 Reason Why Your Business Ne...


    Mar 21, 2022
    Play and Be Today's Big Winner at HappyLuke!

    Academics

    Play and Be Today's Big Winner...


    Jan 1, 2021
    How to Make an Existing PDF Fillable?

    Academics

    How to Make an Existing PDF Fi...


    Jul 8, 2022
    Event Rsvp Website

    Academics

    Event Rsvp Website...


    Sep 1, 2022
    The Rise of Responsible Gaming and Casino Buumi

    Academics

    The Rise of Responsible Gaming...


    Jan 1, 2025