BaherTamer/SwiftSafeUI
Encapsulates SwiftUI deprecation handling logic.
βοΈ Compatibility
Swift 5.9+ iOS 13.0+ iPadOS 13.0+ macOS 10.15+
<br/>
π© Installation
π¨ For Xcode Projects
- In Xcode, select Add Packages from the File menu.
- Enter
https://github.com/BaherTamer/SwiftSafeUIin the search field. - Click Add Package (Set the Dependency Rule to Up to Next Major Version)
- After adding the package, you will be able to import SwiftSafeUI in your project by using.
import SwiftSafeUI<br/>
π¦ For Swift Packages
Add a dependency in your Package.swift
dependencies: [
.package(
url: "https://github.com/BaherTamer/SwiftSafeUI.git",
.upToNextMajor(from: "1.7.2")
)
]<br/>
π Documentation
For detailed usage examples, instructions, and tips, visit the SwiftSafeUI Documentation.
<br/>
βοΈ License
SwiftSafeUI is available under the MIT license. See the LICENSE file for more details.
<br/>
βοΈ Support
If this project has been helpful to you, consider giving it a star on GitHub! Your support encourages continued development and improvements. We appreciate it!
<br/>
<h3 align="center">Made with π</h3>
Package Metadata
Repository: BaherTamer/SwiftSafeUI
Homepage: https://bahertamer.github.io/SwiftSafeUI/
Stars: 33
Forks: 0
Open issues: 0
Default branch: main
Primary language: swift
License: MIT
Topics: compatibility, ios, ipados, macos, swift, swiftui, xcode
README: README.md