summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLScaleBar.mm
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Updated MGLScaleBar to use rendered UIImages instead of ↵Julian Rex2018-05-241-60/+131
| | | | MGLScaleBarLabel (#11921)
* [ios, macos] Update minimum deployment versions to iOS 9, macOS 10.11 (#11776)Jason Wray2018-04-271-6/+1
| | | | | | | | | | | | | | | | | | | * [ios] Remove iOS 8 conditionals * [ios, macos] Bump pod deployment targets * [ios, macos] Add changelog entries * [ios, macos] Update docs * Remove unnecessary selector-based version checks * Update SQLite note * [ios, macos] Replace lightweight generics macros with direct use Lightweight generics for Foundation collections are available everywhere with the bump to iOS 9 and macOS 10.11. * Update deprecated macOS method
* [ios] Move scale bar content size invalidation to map viewJesse Bounds2017-10-251-3/+0
|
* [ios] Fix iOS 8 incompatibility in scale bar RTL checkJason Wray2017-10-201-3/+8
|
* [ios] Fix scale bar label alignmentJason Wray2017-10-191-3/+3
|
* [ios] Fixed infinite loop zooming in past z23Minh Nguyễn2017-06-241-1/+1
| | | | At zoom levels where the minimum 1 meter or 4 feet would be wider than the scale bar’s maximum width, the local variable holding the preferred row was left undefined. A loop that later iterated based on this row would effectively iterate infinitely until memory pressure forces the system to quit the application.
* Observe layout guides (#7716)Fredrik Karlsson2017-05-191-0/+6
| | | | | | * [ios] observe layout guides * [ios] update changelog
* [ios] Check for NaN when calculating scale bar widthJason Wray2017-05-081-1/+2
|
* [ios] Scale bar (#7631)Fredrik Karlsson2017-04-161-0/+365
* [ios] added a scale bar * [ios] update design * [ios] show/hide scale bar * [ios] Remove the need to localize 0 * [ios] Support for imperial units * [ios] Round to nearest foot * [ios] Make scale bar private * [ios] Update design and clean up * [ios] Rename and various optimizations * [ios] RTL support * [ios] added max scale and removed animations * [ios] animate scale bar