How to generate a screenshot that looks exactly as a MKMapView component available on the view?
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$3 Answers
http://image3.examiner.com/images/blog/wysiwyg/image/iPhoneScreenshot.jpg
Unfortunately I don't have an iPhone so I can't verify these instructions but bother references are reputable sites.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$http://stackoverflow.com/questions/692464/emailing-full-screen-of-iphone-app/#692927
I personally build apps via web framework toolkits, so I'm not as versed in using Objective C to create native iPhone apps. So the above liked info might not be of any help.
I do know that you want to stay away from using the private API "UIGetScreenImage" to do screen grabs. Using the private API on the iPhone will more than likely get your app rejected by Apple.
See: Peeps Rejected for Private API (even though they didn't use a private API call.)
http://landonf.bikemonkey.org/code/iphone/Apple_Lesson_Huh.20081213.html
If you are interested, here's info on using the private iPhone API:
http://aralbalkan.com/2106
Hope this helps.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$2636332306387901
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$
I'm pretty sure he wants the app to automatically load the map element and take the image its self, unfortunately I'm no help as i haven't done any iphone development and don't really plan to.