Skip to content

Commit

Permalink
Make basemap variable implicitly unwrapped optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
nixta committed Dec 2, 2014
1 parent ab16f7e commit 6c6bdc1
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 6c6bdc1

Please sign in to comment.