From 8c8b0580388460c0addafb49c852ea8986b47ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Sun, 27 Mar 2016 22:40:15 -0700 Subject: [ios, osx] Include progress in progress change notification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit An MGLOfflinePackProgressChangedNotification notification now includes the pack’s state and progress values, which match the values in the corresponding MGLOfflinePack properties. Implemented NSValue category methods to store MGLOfflinePackProgress inside a dictionary. --- .jazzy.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.jazzy.yaml') diff --git a/.jazzy.yaml b/.jazzy.yaml index 853db0a4f7..602e8cdb0d 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -49,9 +49,12 @@ custom_categories: - MGLOfflinePackMaximumMapboxTilesReachedNotification - MGLOfflinePackProgress - MGLOfflinePackProgressChangedNotification + - MGLOfflinePackProgressUserInfoKey - MGLOfflinePackRemovalCompletionHandler - MGLOfflinePackState + - MGLOfflinePackStateUserInfoKey - MGLTilePyramidOfflineRegion + - NSValue(MGLOfflinePackAdditions) - name: Geometry children: - MGLCoordinateBounds -- cgit v1.2.1