Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
updates to read
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yal committed Nov 21, 2016
1 parent 1279277 commit cdaf209
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,30 @@ This repository contains sample code demonstrating the capabilities of [ArcGIS R

The ```master``` branch of this repository contains samples configured for the latest available version of [ArcGIS Runtime SDK for iOS](https://developers.arcgis.com/en/ios/). For samples configured for older versions of the SDK, look under the ```Releases``` tab for a specific version.

## Requirements
[ArcGIS Runtime SDK for iOS](https://developers.arcgis.com/en/ios/) (Requires ArcGIS for Developers account; free to sign up)

For Objective-C :
* XCode 5 (or higher)
* iOS 7 SDK (or higher)

For Swift :
* XCode 6.3 (or higher)
* iOS 8 SDK (or higher)
## Features
* Maps - Open, create, inteact with and save maps
* Layers - Layer types offered by the SDK
* Features - Workign with Feature layers
* Edit Data - Adding, deleting and editing features
* Display Information - Displaying graphics, popups and callouts
* Search - Finding an address
* Geometry - Displaying geometries
* Route & Navigation - Find a route around barriers
* Scenes - Display scenes, 3D symbols, and scene layers

## Instructions

1. Get the code in this repository. Don't know how? [Get started here.](http://htmlpreview.github.com/?https://github.com/Esri/esri.github.com/blob/master/help/esri-getting-to-know-github.html)
1. Double-click the ```AllSamples.xcworkspace``` file to open all projects together in a single XCode window, or alternatively, double-click an individual project's ```.xcodeproj``` file to open it separately.
1. Choose a Target and Device/Simulator combination from the Scheme menu and hit Run to run the sample application.
## Requirements
* [ArcGIS Runtime SDK for iOS](https://developers.arcgis.com/en/ios/) (Requires ArcGIS for Developers account; free to sign up)
XCode 8 (or higher)
* iOS 10 SDK (or higher)

1. Fork and then clone the repo. Don't know how? [Get started here.](http://htmlpreview.github.com/?https://github.com/Esri/esri.github.com/blob/master/help/esri-getting-to-know-github.html)
2. Build and run the project to create a single app containing all of the samples.

##Additional Resources
## Additional Resources

* Want to start a new project? [Setup](https://developers.arcgis.com/en/ios/info/install.htm) your dev environment
* New to the API? Explore the documentation : [Guide](http://developers.arcgis.com/en/ios/guide/introduction.htm) | [API Reference](http://developers.arcgis.com/en/ios/api-reference/index.htm)
* Got a question? Ask the community on our [forum](http://forums.arcgis.com/forums/78-ArcGIS-for-iOS-SDK)
* Want to start a new project? [Setup](https://developers.arcgis.com/ios/latest/swift/guide/install.htm) your dev environment
* New to the API? Explore the documentation : [Guide](https://developers.arcgis.com/ios/latest/swift/guide/introduction.htm) | [API Reference](https://developers.arcgis.com/ios/latest/api-reference/)
* Got a question? Ask the community on our [forum](https://geonet.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-ios/)

## Issues

Expand Down

0 comments on commit cdaf209

Please sign in to comment.