swift - Ambigous use of section -


i have strange issue, in methods use tableview have error. can't use indexpath. ideas. ??

 import uikit  import googlemaps  import googleplaces   class mapviewcontroller: uiviewcontroller, cllocationmanagerdelegate,     gmsmapviewdelegate, uitextfielddelegate, uitableviewdatasource,     uitableviewdelegate { 

enter image description here

enter image description here

if want use indexpath follow next code:

 let index = indexpath nsindexpath  let row = índex.row 

i dont know why compiler confused .


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -