Blog Directory logo  Blog Directory
  •  Login
  • Register
  •  Featured Blogs
     Blog Listing
    © 2026, Blog Directory
     | 
    Support
    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: 294

    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 }
               Submit a Blog
               Submit a Blog
    The Different Types of Fashion Courses and What They Can Teach You

    Academics

    The Different Types of Fashion...


    Sep 13, 2023
    Global Agriculture Drones Market, Forecast & Opportunities, 2023-2028

    Academics

    Global Agriculture Drones Mark...


    Jul 18, 2023
    Asset Management Companies – An Introduction Into the World of Mutual Funds and AMCs

    Academics

    Asset Management Companies – A...


    Dec 30, 2015
    Why Build my Twitter Followers

    Academics

    Why Build my Twitter Followers...


    Jan 1, 2021
    Nick Tsagaris McDonalds

    Academics

    Nick Tsagaris McDonalds...


    Nov 25, 2021
    Top 10 Meeting Room Booking Systems In 2023

    Academics

    Top 10 Meeting Room Booking Sy...


    Jan 8, 2024