使用未声明类型错误/无法推断类型错误

时间:2016-08-09 16:56:40

标签: ios swift xcode

我正在尝试制作一个涉及地图的应用,但我遇到的是我的LocationSearchTable.swift问题

在代码的开头,它给了我两个错误:“使用未声明类型'HandleMapSearch'”和“无法推断'handleMapSearchDelegate'的类型”

这是我的代码:

import UIKit
import MapKit

    class LocationSearchTable : UITableViewController {
        var handleMapSearchDelegate:HandleMapSearch? = nil
        var matchingItems:[MKMapItem] = []
        var mapView: MKMapView? = nil

感谢任何可以提供帮助的人,我在编码方面很陌生,并且仍在努力解决这一问题。

0 个答案:

没有答案