标签: xcode swift
在下面的代码行中,我在'places'数组中添加了一行,其中包含地图坐标和标题:
places.append(["name": self.title, "lat": "\(newCoordinate.latitude)", "lon": "\(newCoordinate.longitude)"])
我收到错误:“无法找到成员'convertFromStringInterpolationSegment'。”
如果有人可以提供帮助,我将感激不尽。如果您想查看更多代码,请告诉我。