diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-02-09 23:56:25 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-02-09 23:56:25 -0800 |
commit | 2080d1976456bb4e70d657558eab0e4aa7a03605 (patch) | |
tree | 45ef2f5f78d6b76672b88cde47036092ac5e2a34 /CHANGELOG.md | |
parent | 832334128145cb4431b45baf9a8e25d2b8a3eef9 (diff) | |
download | qtlocation-mapboxgl-2080d1976456bb4e70d657558eab0e4aa7a03605.tar.gz |
[ios] Conform to SMCalloutViewDelegate
#3322 #3456 replaced SMCalloutViewDelegate conformance with MGLCalloutViewDelegate conformance. Unfortunately, the two protocols differ in some symbols. This change restores SMCalloutViewDelegate methods alongside MGLCalloutViewDelegate methods.
Fixes #3871.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f49b766f42..418d5c1ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ Known issues: - Corrected the dynamic framework’s minimum deployment target to iOS 8.0. ([#3872](https://github.com/mapbox/mapbox-gl-native/pull/3872)) - Fixed Fabric compatibility. ([#3847](https://github.com/mapbox/mapbox-gl-native/pull/3847)) +- Fixed an issue preventing `-[MGLMapViewDelegate mapView:tapOnCalloutForAnnotation:]` from being called when a non-custom callout view is tapped. ([#3875](https://github.com/mapbox/mapbox-gl-native/pull/3875)) ## iOS 3.1.0 |