Xcode IOS SDK8.1 Swift:地图显示为网格

时间:2015-02-26 21:01:35

标签: ios xcode

首先关闭我在Xcode和Swift中的背景是不存在的。这是我尝试编写的第一个代码,我无处可去。请帮忙!

我现在试图做的就是在模拟器中拉出地图视图,但我得到的只是一个网格而不是一个实际的地图。

注意:我已在MapKit.framework中链接,并对AppDelegate.swift进行了零更改。

以下是ViewController.swift中的代码:

import UIKit
import MapKit

class ViewController: UIViewController, MKMapViewDelegate {


    @IBOutlet weak var mapView: MKMapView!


    override func viewDidLoad() {
        super.viewDidLoad()
        // Do any additional setup after loading the view, typically from a nib.
    }

    @IBAction func zoomIn(sender: AnyObject) {
    }

    @IBAction func changeMapType(sender: AnyObject) {
    }

    override func didReceiveMemoryWarning() {
        super.didReceiveMemoryWarning()
        // Dispose of any resources that can be recreated.
    }


}

请帮助!!!!堆叠溢出不允许我发布图像所以希望这足够了!

1 个答案:

答案 0 :(得分:0)

iOS模拟器在您四处移动时会发出异常,或者打开时间过长。只需退出模拟器并再次运行项目就可以了。