Skip to content

Commit

Permalink
documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-khashimov committed Jul 19, 2020
1 parent ef4848c commit 2160a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Port_to_Other_Platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### macOS

**SwiftFortuneWheel** is ported to **macOS** at `version 1.1.0` and should be work natively. However, you should note that the `SwiftFortuneWheel` view could be clipped with `NSView`, in order to fix that, you can add the inner spacing with auto-layout in your constrains and you need also specify `alignmentRectInsets` in the configuration.
**SwiftFortuneWheel** is ported to **macOS** at `version 1.1.0` and should work natively. However, you should note that the `SwiftFortuneWheel` view could be clipped with `NSView`, in order to fix that, you can add the inner spacing with auto-layout in your constrains and you need also specify `alignmentRectInsets` in the configuration.

> **See [SwiftFortuneWheelDemo-macOS example](../Examples)**
Expand All @@ -14,4 +14,4 @@
### watchOS

I'm not considering the port to **watchOS**. At least I’m not seeing any reason to do so, due to limitations that **watchOS** has. However, port to **swiftUI** with support with **watchOS** thinkable.
I'm not considering the port to **watchOS**. At least I’m not seeing any reason to do so, due to limitations that **watchOS** has. However, port to **swiftUI** with support with **watchOS** thinkable.

0 comments on commit 2160a98

Please sign in to comment.