Blog Directory logo  Blog Directory
           Submit a Blog
  •  Login
  • Register
  •            Submit a Blog
    Submit a Blog in Featured for only $10 with PaypalFeatured BlogsBlog Listing
    Member - { Blog Details }

    hero 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: 159

    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 }
    © 2025, Blog Directory
     | 
    Google Pagerank: 
    PRchecker.info
     | 
    Support
    How To View Your Archived Orders On Amazon?

    Academics

    How To View Your Archived Orde...


    Jul 4, 2022
    Barn Cleaning Service

    Academics

    Barn Cleaning Service...


    Nov 18, 2021
    What is the cost of BATHROOM RENOVATION BRISBANE?

    Academics

    What is the cost of BATHROOM R...


    Jan 19, 2022
    Are You Eligible To Apply To The Canada Recovery Benefit (CRB)?

    Academics

    Are You Eligible To Apply To T...


    Mar 20, 2022
    Benefits of Extracurricular Activities in School

    Academics

    Benefits of Extracurricular Ac...


    Jul 4, 2023
    LtevieWebb

    Academics

    LtevieWebb...


    Aug 9, 2023