ios google maps dont allow to add images onto it [closed] - ios

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I want to put static image using imageview on google maps. but its not displaying that image. so there is any idea to put up imageview on google map ? thanks in advance. plz help

You can use a ground overlay or marker (depending on if you want it to scale with the map or not), but these both use a UIImage, not a UIImageView.

Related

play video with UIimageview [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
You can play video in a UIImageView?? for example:
No, an image view is for images. You can have a set of animated images but you can't play an actual video.
You could use a MPMoviePlayerController to play a true video and add its view in place of the image view.

sprite tapped on in xna [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how to get the sprite tapped in xna for WP7 ? how to detect which sprite is tapped on? I want to get the sprite id or anything which give me the reference of that particular sprite which i tapped on.
There's no out-of-the-box way to do that using XNA. You'll have to get the tap coordinates, then manually check if there's a sprite in those coordinates.

Animating particular section of the screen [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am creating a view based application. I have an image in this app and I have to cut a particular section of the image and animate it little up and down.
How can this be achieved?
set imageview frame and wrirte these two line
[imageview commitanimation]
[imageview setanimationduration:1]
You should duplicated your image and crop it (have a look at this post), then you put the resulting image in a UIImageView or CALayer and animate it as you like.

How can be drwa pie chart in Ipad? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to draw dynamic Pie Chart in Ipad which takes values from database .
Please suggest the way to draw chart ...
See the Drawing and Printing Guide for iOS for specifics on drawing with iOS. Also note, your view won't be taking things from a database. A controller object will get the data from the database, hold it, and tell your view to display it. The view then draws itself to represent the data its controller told it to. This is MVC 101.

How to get Pixels of UIImage [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i am pretty new on this platform. i am working on a project in which i have to perform following task.
1.) show an image on UIIMageView which is selected from photolibrary.(completed.)
2.) take a UILAbel and show the pixel of selected Image. (That's what i want to know who to do.)
3.) save in photolibrary(completed).
Thanks in advance.
HI you said u want to get the area of the image then what about the periperals means by using gestures u want to get measure the area of the image or you want measure someother way please let me know.
if based on finger moments you want to measure the area ok fine you can by using the locationinview method you can find the gesture starting point location values and gesture ending point locationvalues based on these you can find the area.

Resources