RSEssentials is a collection of utils and extensions used on all projects I work on.
Jump-start any new project, keep existing code-bases clean and save your sanity with this AIO framework.
- iOS 15.0+
- macOS 13.0+
- tvOS 15.0+
- watchOS 9.0+
- visionOS 1.0+
- Swift Package Manager (SPM) -
https://github.com/RanduSoft/RSEssentialsXC - Manual
.xcframeworkimport (unzipRSEssentials.xcframework.zipand use theRSEssentials.xcframeworkinside)
- Add
RSEssentialsEngine.shared.setup()inAppDelegate - In your
Info.plistadd the keyITSAppUsesNonExemptEncryptionwith valueNO
Start by implementing and using RSBaseViewController, RSUtils and RSLogger
The documentation is available here
RSEssentials is available under the MPL-2.0 license. See the LICENSE file for more info.
