I’m working on a graphing calculator app for the iPad, and I wanted to add a feature where a user can tap an area in the graph view to make a text box pop up displaying the coordinate of the point they touched. How can I get a CGPoint from this?
Share
you have two way …
1.
here,you can get location with point from current view…
2.
here,this code use when you want to do somthing with your perticular object or subview of your mainview