Skip to content

Commit

Permalink
Merge pull request #1 from nixta/master
Browse files Browse the repository at this point in the history
Make basemap variable implicitly unwrapped optional.
  • Loading branch information
singhgag committed Dec 4, 2014
2 parents ab16f7e + 6c6bdc1 commit 6beae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Basemap Tutorial/swift/MyFirstMapApp/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ViewController: UIViewController, AGSMapViewLayerDelegate {

@IBAction func basemapChanged(sender: UISegmentedControl) {

var basemapURL:NSURL
var basemapURL:NSURL!

switch sender.selectedSegmentIndex {
case 0: //gray
Expand Down

0 comments on commit 6beae7e

Please sign in to comment.