Skip to content

Commit ca5d34c

Browse files
committed
Make image rotation available to all platforms
1 parent 32a2cc3 commit ca5d34c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ SwiftUIKit makes its best effort to honor semver, but breaking changes can occur
44

55

66

7+
## 5.9.3
8+
9+
This version makes image rotation available to all UIKit platforms.
10+
11+
12+
713
## 5.9.2
814

915
This version improves the list header and footer rendering.

Sources/SwiftUIKit/Images/UIImage+Rotated.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2021-2025 Daniel Saidi. All rights reserved.
77
//
88

9-
#if os(iOS)
9+
#if canImport(UIKit)
1010
import UIKit
1111

1212
public extension UIImage {

0 commit comments

Comments
 (0)