I have an app which has a lot of annotations and I want to have their call outs open at the beginning(and if its possible never disappear). What I accomplished since now is to have only one always appeared and when I tap the map it disappears with this line:
mapView.selectAnnotation(mapView.annotations[1], animated: true)
Thanks in advance.