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/rursache/RSEssentialsXC
- Manual
.xcframework
import (unzipRSEssentials.xcframework.zip
and use theRSEssentials.xcframework
inside)
- Add
RSEssentialsEngine.shared.setup()
inAppDelegate
- In your
Info.plist
add the keyITSAppUsesNonExemptEncryption
with 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.