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

  • SEARCH
  • Home
  • 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 3783330
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T11:12:33+00:00 2026-05-19T11:12:33+00:00

I would like to built an iPhone/iPad application to show large images (in a

  • 0

I would like to built an iPhone/iPad application to show large images (in a scrollView or something else which support dragging and zooming) that allow user to:

  • Touch some where in the image to markup and leave comment
  • User can tap on that markup icon/button to view comment in a popOverView
  • Edit comment or remove that markup

So I want to ask that:

  • How can I get the touch coordinates in image (not screen)?
  • How can I draw a markup icon/button at touch point in the image and it would follow image even when dragging, zooming since the image is really large, maybe up to 8000×6000 pixels?
  • How can I display comment/note when user touch on markup icon/button in a view like popOverview in iPad?
  • Save and load these information.

It is nearly similar to tagging functionality of Facebook App in iPhone.

Any help is appreciated, thank in advance!

  • 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-19T11:12:34+00:00Added an answer on May 19, 2026 at 11:12 am

    1 . You subclass the UIImageView and override the touch methods:

    • (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
    • (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event
    • (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
    • (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event

    2 . You add and UIButton to the UIImageView [yourImageView addSubview:yourButton]; then set the center of your button to touch coordinates.

    3 . Just present an popover when user taps on an button. (You can set tag property for buttons to know which button is tapped)

    4 . Save data to an plist to documents directory if is not to complex ore use core data.

    Good Luck. Just post comments if you need more help.

    Edit:
    you need to set the user userInteractionEnabled to YES for the UIImageView.

    userInteractionEnabled A Boolean value that determines whether user
    events are ignored and removed from
    the event queue.

    @property(nonatomic,
    getter=isUserInteractionEnabled) BOOL
    userInteractionEnabled Discussion This
    property is inherited from the UIView
    parent class. This class changes the
    default value of this property to NO.

    Availability Available in iOS 2.0 and
    later. Declared In UIImageView.h

    From UIImageView Class Reference

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

Sidebar

Related Questions

I have an application built for iPhone 2.0 but I would like to use
We built a iphone app and now we would like to export it to
I have built a Java application that has some dependencies (~10). I would like
I've built an Xcode project which is an iPad and iPhone app that simply
I'm an iPhone/iPod-touch newbie, and would like to write an iPhone application utilizing the
I've built a content aggregator and would like to add a tag cloud representing
I would like to use some code written in python (it uses built in
I've built a ascx control and I would like to be able to keep
I built a slideshow/decision-making game in Flash but would like to try to redo
The simplest example would be the built in class keyValuePair(of T,U). I would like

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.