最後用selectAnnotation讓標註自動顯示,不用等到點擊大頭針才顯示。 let annotation = MKPointAnnotation() annotation.title = self.restaurant.name
確定! 回上一頁