Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6097817
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:05:11+00:00 2026-05-23T13:05:11+00:00

According to image could you please advise me which function use to develop this

  • 0

According to image could you please advise me which function use to develop this feature?
i’m not sure, is it implement from UIPopover?
any idea, thank you.

source from Music.app iOS 5 beta 2

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T13:05:12+00:00Added an answer on May 23, 2026 at 1:05 pm

    You can use a UIGestureRecognizer. Specifically, what you are looking for is a UILongPressGestureRecognizer

    You should instantiate one and attach it to the view you would like to track the gesture on:

        UILongPressGestureRecognizer* gestureRecognizer = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(handleGesture:)];
        [view addGestureRecognizer:gestureRecognizer];
    

    Then, in your handler method you would do the rest:

    - (void)handleGesture:(UILongGestureRecognizer *)recognizer {
    
         if (recognizer.state == UIGestureRecognizerStateBegan) {    
    
         } else if (recognizer.state == UIGestureRecognizerStateEnded) {
    
         }
     }
    

    EDIT: for the popover implementation, have a look at WEPopover

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

according to this image, i try to save data in NSUserDefaults but my App
According to this question I succeeded to create upload image, but now I need
I am using this code: $('.ui-accordion').bind('accordionchange', function(event, ui) { $(this).next().next().css({'background-image':'images/green-bg.jpg'}); //ui.newHeader // jQuery object,
Is it possible to auto-rotate the default application image according to current landscape mode?
According to the UIImage documentation : In low-memory situations, image data may be purged
I'm trying to drag a UIImageView according to an anchorPoint but the whole image
How do UIImageView autoresize according to UIImage's size? imageView.image = image2; Now, the size
According to this discussion , the iphone agreement says that it doesn't allow loading
I am getting my GIF image as a byte array from the server. Now
Could anyone suggest performance improvements for the function I've written (below, javascript with bits

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.