部分使用不明确

时间:2016-11-10 19:25:51

标签: swift tableview swift3 xcode8

我有一个奇怪的问题,在所有使用tableView的方法都有错误。我无法使用indexPath。有任何想法吗。 ??

 import UIKit
 import GoogleMaps
 import GooglePlaces

 class MapViewController: UIViewController, CLLocationManagerDelegate,
    GMSMapViewDelegate, UITextFieldDelegate, UITableViewDataSource,
    UITableViewDelegate {

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

如果您想使用 indexPath ,请按以下代码操作:

 let index = indexPath as NSIndexPath
 let row = índex.row

我不知道为什么编译器会感到困惑。