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

[ios] Fixes an issue that caused the ornaments ignore contentInset property. #15584

Merged
merged 7 commits into from
Oct 5, 2019

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    82fa316 View commit details
    Browse the repository at this point in the history
  2. [ios] Fix an issue that caused the ornaments ignore the contentInsets.

    Fixed an issue that caused ornaments ignore the contentInset. Added a new property automaticallyAdjustContentInset that has the same purpose as UIViewController. automaticallyAdjustsScrollViewInsets. This was changed due to the latter being deprecated.
    fabian-guerra committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    5a8ec03 View commit details
    Browse the repository at this point in the history
  3. [ios] Fix automaticallyAdjustsScrollViewInsets legacy behavior.

    The property automaticallyAdjustsScrollViewInsets overrode automaticallyAdjustsScrollViewInsets which caused a breaking change. This is fixed to consider the legacy property when calculating the content insets and added tests for both cases.
    fabian-guerra committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    a57b607 View commit details
    Browse the repository at this point in the history
  4. [ios] Fix the contentInset value after adding padding to the camera.

    Fixed an issue that caused a discrepancy between the contentInset in MGLMapView and the padding in the transformation state.
    
    When padding is passed through methods such as setCamera it’s persisted. This fix resets the contentInsets.
    fabian-guerra committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    332e15b View commit details
    Browse the repository at this point in the history
  5. [ios] Fix pinch test.

    fabian-guerra committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    1cfddc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    950a80e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4539135 View commit details
    Browse the repository at this point in the history