diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-01-21 18:22:19 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-01-23 15:19:48 -0800 |
commit | b32c17119e5b046aab796a29e321759095a0959b (patch) | |
tree | 7f2ee180d98205b1146044b0bb3f9d7480fc624d /platform/ios/docs | |
parent | 5a2bb8d2409b0edf53c514dd5da02e34705d67fa (diff) | |
download | qtlocation-mapboxgl-b32c17119e5b046aab796a29e321759095a0959b.tar.gz |
[ios] EdgeInsets is UIEdgeInsets in Swift on iOS
Diffstat (limited to 'platform/ios/docs')
-rw-r--r-- | platform/ios/docs/guides/For Style Authors.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/platform/ios/docs/guides/For Style Authors.md b/platform/ios/docs/guides/For Style Authors.md index f487f7eb01..a8b6216ae9 100644 --- a/platform/ios/docs/guides/For Style Authors.md +++ b/platform/ios/docs/guides/For Style Authors.md @@ -275,9 +275,10 @@ Array (`-offset`, `-translate`) | `NSValue.CGVectorValue` | `NSValue.cgVectorVal Array (`-padding`) | `NSValue.UIEdgeInsetsValue` | `NSValue.uiEdgeInsetsValue` For padding attributes, note that the arguments to -`UIEdgeInsetsMake()` in Objective-C and -`EdgeInsets(top:left:bottom:right:)` in Swift are specified in counterclockwise -order, in contrast to the clockwise order defined by the style specification. +`UIEdgeInsetsMake()` in Objective-C and `UIEdgeInsets(top:left:bottom:right:)` +in Swift +are specified in counterclockwise order, in contrast to the clockwise order +defined by the style specification. ## Filtering sources |