Skip to content

Commit

Permalink
[Fix] #384 지도 화면에서 마커가 깜빡이는 버그 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
sustainable-git committed Dec 30, 2021
1 parent 065ddfa commit 01df045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SanTa/SanTa/Scenes/MapScene/MountainAnnotationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ final class MountainAnnotationView: MKAnnotationView {
super.prepareForDisplay()
displayPriority = .defaultHigh
self.image = UIImage(named: "SantaImage")
self.frame = CGRect(x: 30, y: 30, width: 30, height: 30)
self.frame.size = CGSize(width: 30, height: 30)
}
}

0 comments on commit 01df045

Please sign in to comment.