Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Reword comment
Browse files Browse the repository at this point in the history
  • Loading branch information
friedbunny committed Oct 7, 2016
1 parent b6b0ddd commit 335fa5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions platform/ios/src/MGLMapViewDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ NS_ASSUME_NONNULL_BEGIN

/**
Tells the delegate that the map view has just redrawn.
This method is called any time the map view needs to redraw due to a change in
the viewpoint or style property transition. This method may be called very
frequently, even moreso than `-mapViewRegionIsChanging:`. Therefore, your
implementation of this method should be as lightweight as possible to avoid
affecting performance.
@param mapView The map view that has just redrawn.
*/
- (void)mapViewDidFinishRenderingFrame:(MGLMapView *)mapView fullyRendered:(BOOL)fullyRendered;
Expand All @@ -135,8 +135,8 @@ NS_ASSUME_NONNULL_BEGIN
methods. Changes to sources or layers of the current style do not cause this
method to be called.
This method can be used to initiate runtime styling changes that will be
applied before the map view is first visible to a user.
This method is the earliest opportunity to modify the layout or appearance of
the current style before the map view is displayed to the user.
@param mapView The map view that has just loaded a style.
@param style The style that was loaded.
Expand Down
4 changes: 2 additions & 2 deletions platform/macos/src/MGLMapViewDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ NS_ASSUME_NONNULL_BEGIN
methods. Changes to sources or layers of the current style do not cause this
method to be called.
This method can be used to initiate runtime styling changes that will be
applied before the map view is first visible to a user.
This method is the earliest opportunity to modify the layout or appearance of
the current style before the map view is displayed to the user.
@param mapView The map view that has just loaded a style.
@param style The style that was loaded.
Expand Down

0 comments on commit 335fa5f

Please sign in to comment.