POST
|
This link might help: http://forums.arcgis.com/threads/72004-Limit-map-zoom-level-on-sdk-v2.3.2
... View more
10-24-2013
10:05 AM
|
0
|
0
|
9
|
POST
|
http://www.mathsisfun.com/algebra/trig-finding-angle-right-triangle.html Get the change in x and y for the 2 points, and use trigonometry to calculate the angle. You may have to offset the angle to account for North being 0.
... View more
10-07-2013
09:55 AM
|
0
|
0
|
14
|
POST
|
My 10.1.1u2 app is targeting iOS 6, and it runs on iOS 7. I haven't tried the new compiler yet. Is there a problem with compiling projects for iOS 7?
... View more
09-23-2013
04:59 AM
|
0
|
0
|
7
|
POST
|
I believe we're supposed to remove the armv7s tag from that setting.
... View more
09-20-2013
09:41 AM
|
0
|
0
|
16
|
POST
|
Are you placing the AGSMapView inside a UIView, and then wiring it to an IBOutlet member of the class? @property (strong, nonatomic) IBOutlet AGSMapView *mapView;
... View more
09-11-2013
12:07 PM
|
0
|
0
|
14
|
POST
|
Is the fuzziness at all zoom levels, or just the ones between basemap scale boundaries. ie. if the basemap has scale levels of 1:50000, 1:25000, 1:10000, 1:1000. When at 1:1100 it would be pixelly, then at 1:900 it would appear sharp
... View more
09-10-2013
04:46 AM
|
0
|
0
|
19
|
POST
|
I use the getImage method from bernese. I use it in this manner: //export image of mapView UIImage *screenshot = [[UIImage alloc] initWithData:[self getImage]]; //save image to photo album UIImageWriteToSavedPhotosAlbum(screenshot,self,@selector(image:didFinishSavingWithError:contextInfo:),nil); Edit: I do not have any code similar to the DrawableProperty snippet you included.
... View more
08-01-2013
05:02 AM
|
0
|
0
|
9
|
POST
|
To my frustration, this is now affecting my app. Both UIPickerview and UITableView are affected. In the iPhone version, I use "push" segue and the list view works fine. Also, the simulators work fine. Doesn't slow to a crawl or become unresponsive.
... View more
07-19-2013
04:52 AM
|
0
|
0
|
42
|
POST
|
I have some samples from last summer, shortly after 2.3 came out.
... View more
07-09-2013
04:20 AM
|
0
|
0
|
8
|
POST
|
This code used to work. Is anyone else getting a white image instead of a screenshot of the map? UIGraphicsBeginImageContextWithOptions(self.mapView.frame.size, NO, 0.0f); CGContextSetShouldAntialias(UIGraphicsGetCurrentContext(), NO); [self.mapView.layer renderInContext:UIGraphicsGetCurrentContext()]; UIImage *screenshot = UIGraphicsGetImageFromCurrentImageContext(); UIGraphicsEndImageContext(); UIImageWriteToSavedPhotosAlbum(screenshot,self,@selector(image:didFinishSavingWithError:contextInfo:),nil); Edit: I tried saving a normal UIView's image, and that works fine. I've also tried changing the opacity to YES, and scale to 1.0.
... View more
06-26-2013
11:04 AM
|
0
|
1
|
1212
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|