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: 270

    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
    What is the new trending game of the gambling industry?

    Academics

    What is the new trending game ...


    Oct 29, 2021
    Free Classified

    Academics

    Free Classified...


    Mar 17, 2015
    Top 3 Essential Oracle ERP Modules You Need

    Academics

    Top 3 Essential Oracle ERP Mod...


    Feb 11, 2022
    https://peopleworx.io

    Academics

    https://peopleworx.io...


    Feb 17, 2024
    Main D'or

    Academics

    Main D'or ...


    Oct 27, 2021
    What is HLV Calculator? Get to know the steps to calculate HLV

    Academics

    What is HLV Calculator? Get to...


    Jul 14, 2022
               Submit a Blog
               Submit a Blog