|
POST
|
Are you sure? I see this issue only with device/simulator running iOS 6, not iOS 5.1. Could you please double check? Regards, Nimesh
... View more
11-06-2012
10:16 AM
|
0
|
0
|
2034
|
|
POST
|
No, unfortunately, you can't wrap around text. Regards, Nimesh
... View more
11-06-2012
09:57 AM
|
0
|
0
|
1173
|
|
POST
|
Do you see the same issue if you use iPad/iOS 5.1 simulator? Regards, Nimesh
... View more
11-06-2012
09:53 AM
|
0
|
0
|
2034
|
|
POST
|
Here is code, how to show popup view controller as form sheet in iPad. //present popup view controller
//if ipad show formsheet
if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad) {
self.popupsContainerVC.modalPresentationStyle = UIModalPresentationFormSheet;
self.popupsContainerVC.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
[self presentModalViewController:self.popupsContainerVC animated:YES];
}
else {
self.popupsContainerVC.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
[self presentModalViewController:self.popupsContainerVC animated:YES];
} Please let me know if you still see the same issue after using this code. Regards, Nimesh
... View more
11-06-2012
08:44 AM
|
0
|
0
|
2034
|
|
POST
|
Here is sample code, how to create a composite symbol with text/fill symbols and create a graphic with it. AGSTextSymbol *textSymbol = [[AGSTextSymbol alloc]init]; textSymbol.textTemplate = @"Text Symbol"; textSymbol.color = [UIColor orangeColor]; AGSSimpleFillSymbol *simpleFillSymbol = [AGSSimpleFillSymbol simpleFillSymbol]; simpleFillSymbol.outline.color = [UIColor greenColor]; simpleFillSymbol.style = AGSSimpleFillSymbolStyleSolid; //create a composite symbol AGSCompositeSymbol *compositeSymbol = [AGSCompositeSymbol compositeSymbol]; [compositeSymbol.symbols addObject:simpleFillSymbol]; [compositeSymbol.symbols addObject:textSymbol]; AGSGraphic *graphic = [AGSGraphic graphicWithGeometry:<your polygon geometry> symbol:compositeSymbol attributes:nil infoTemplateDelegate:nil]; Hope this helps! Regards, Nimesh
... View more
11-06-2012
08:37 AM
|
0
|
0
|
1173
|
|
POST
|
Could you please intercept your request and response for all three layers and post here? Regards, Nimesh
... View more
11-06-2012
08:30 AM
|
0
|
0
|
992
|
|
POST
|
Could you please try initializing geometry with spatial reference? Please go through Geometry Operations document. It explains each operation. After going through document, let me know if you still have any question. Regards, Nimesh
... View more
11-06-2012
07:36 AM
|
0
|
0
|
341
|
|
POST
|
The newly attached attachments resided on the device until you call [AGSAttachmentManager postLocalEditsToServer]. If you want to download all existing attachments from server then you should use use *downloadAttachmentInfos* method and then loop through all *AGSAttachmentManager.attachments* and download each one by calling *downloadAttachmentDataForId:*. Hope this helps! Regards, Nimesh
... View more
11-06-2012
07:31 AM
|
0
|
0
|
322
|
|
POST
|
You should use AGSCompositeSymbol for the graphic which will have AGSTextSymbol with Marker/Line/Fill symbol. Regards, Nimesh
... View more
11-02-2012
04:04 PM
|
0
|
0
|
1173
|
|
POST
|
You should get needed information from AGSField's (feature layer's fields property) domain property. Regards, Nimesh
... View more
11-02-2012
04:00 PM
|
0
|
0
|
825
|
|
POST
|
We're investigating this. Thanks for reporting. Regards, Nimesh
... View more
11-02-2012
08:45 AM
|
0
|
0
|
432
|
|
POST
|
You need to make following changes in your code to get it to work. GMViewController.m - In prepareForSegue method make following changes, vc.legendDataSource = self.legendDataSource; //vc.legendDataSource.legendInfos = self.legendDataSource.legendInfos; GMLegendController.m - In viewDidLoad comment out legendDataSource init code line, //legendDataSource = [[GMLegendDataSource alloc] init]; Regards, Nimesh
... View more
10-30-2012
10:29 AM
|
0
|
0
|
1533
|
|
POST
|
If your services has attachment is FALSE then you cannot attach attachments. You need to make changes in your feature class and then republish service. Please go through enabling attachments documentation. Regards, Nimesh
... View more
10-30-2012
09:12 AM
|
0
|
0
|
436
|
|
POST
|
I ran project and it shows following. Are you not seeing this? [ATTACH=CONFIG]18849[/ATTACH] Regards, Nimesh
... View more
10-30-2012
09:04 AM
|
0
|
0
|
1533
|
|
POST
|
The Xcode upgrade should not make any difference to your legend code. Please post a sample application and i'll have a look at it. Regards, Nimesh
... View more
10-29-2012
03:34 PM
|
0
|
0
|
1533
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-18-2024 12:33 PM | |
| 1 | 03-12-2024 08:54 AM | |
| 1 | 09-28-2023 08:19 AM | |
| 2 | 07-28-2023 08:07 AM | |
| 1 | 06-27-2013 10:42 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-26-2025
07:28 AM
|