我有一个奇怪的问题,在所有使用tableView的方法都有错误。我无法使用indexPath。有任何想法吗。 ??
import UIKit
import GoogleMaps
import GooglePlaces
class MapViewController: UIViewController, CLLocationManagerDelegate,
GMSMapViewDelegate, UITextFieldDelegate, UITableViewDataSource,
UITableViewDelegate {
答案 0 :(得分:0)
如果您想使用 indexPath ,请按以下代码操作:
let index = indexPath as NSIndexPath
let row = índex.row
我不知道为什么编译器会感到困惑。