I have created a temp UIImage in my addcircle method, which allows me to release the cgimage and return my formatted UImage.
I also created a new UIImage for this to be returned to in my refreshMap method.
Hi,
I am having the exact same problem, I have a site map in the form of a PNG on which I want to draw a point when a certain action happens. I am having real trouble with even getting started. I was wondering if you could help me out a bit?
I am having the exact same problem, I have a site map in the form of a PNG on which I want to draw a point when a certain action happens. I am having real trouble with even getting started. I was wondering if you could help me out a bit?
Thanks very much
Dave
Well, I should warn you that I am a new an inexperienced developer, and my advice should be taken lightly.
The above example is not terrible. (please someone correct me if I'm wrong)
Where to start I suppose I would recommend the tutorials on this site, they really helped me understand handling touch events, and even in specific; touches in uiimageviews. iphonedevcentral.org video tutorials
If you have any specific questions to ask (such as how to accomplish a specific task) I will try to answer them.
Well, I should warn you that I am a new an inexperienced developer, and my advice should be taken lightly.
The above example is not terrible. (please someone correct me if I'm wrong)
Where to start I suppose I would recommend the tutorials on this site, they really helped me understand handling touch events, and even in specific; touches in uiimageviews. iphonedevcentral.org video tutorials
If you have any specific questions to ask (such as how to accomplish a specific task) I will try to answer them.
I want to ask you wheather how you can draw a line on a view. I'm currently developing a game, & need to draw a line creating d string of a bow. can u please help?