0
我使用下面的代碼來設置標記標題谷歌地圖。如何結合谷歌地圖標記的標題中的IOS適合RTL?
CLLocationCoordinate2D position = CLLocationCoordinate2DMake(lat, longi);
GMSMarker *marker = [GMSMarker markerWithPosition:position];
marker.title = self.TitleArray[i];
marker.map = mapView_;
}
誰能告訴我如何將標題與右對齊?