Closed jinsongK closed 10 years ago
step1: step2:
This is because we use imageNamed
, see this SO question. Generally, these images should just be loaded via imageWithContentsOfFile
, eg:
NSString *australia = [[[NSBundle mainBundle] bundlePath] stringByAppendingString:@"/Maps/australia.png"];
[mapView displayMap:[UIImage imageWithContentsOfFile:australia]];
I'll change this.
Fix on HEAD, let me know if you find something else.
step1.i jump to the "Pin Annotations Demo" view then exit to the home view. step2.click home button,demo will go to the background.then double-click home button,select demo app,and Repeat the previous operation