Releases: RanduSoft/RSEssentialsXC
Releases · RanduSoft/RSEssentialsXC
v2.0.16
- implemented the "enabled" flag for
RSAnalytics
- updated readme
- updated
DeviceKit
v2.0.15
- added
UIViewExtractor()
and snapshot()
SwiftUI modifier
- fixed a crash when using
UIViewController.addCloseButton()
- fixed a possible crash when using
String.getAcronyms
extension
v2.0.14
- added
UIColor.hex()
extension
- made
title
, style
and action
of RSAlertItem
public
- added
isPhone()
in RSDeviceManager
v2.0.13
- added
average()
extension for Float
Collection
s
- added
documentsFolder
and isValidFileURL
URL
extensions
- added
statusCode
for RSError
- added
createShareSheet
in RSUtils
and showShareSheet
in UIViewController
v2.0.12
- fixed
NSLayoutConstraint.setMultiplier()
extension from setting "0" as a modifier and thus breaking it
v2.0.11
- updated
RSHUD
to support changing title
and detail
dynamically
- fixed an issue where
RSHUD
spinner would stop animating if the app was put in the background then back to foreground
v2.0.10
- added
sfSymbolName
UIImage
extension
- added
MainActor
versions of getTopMostVC()
and getKeyWindow()
in Utils
- updated
DeviceKit
v2.0.9
- added
onFirstAppear
SwiftUI modifier
- added
navigationTransitionIfAvailable
and matchedTransitionSourceIfAvailable
compatibility layers
- updated documentation for
RSAsyncButton
- build using Xcode 16
v2.0.8
- added
RSAsyncButton
- added
getArchivedLogsURL
in RSLogger
- added
externalUploadEnabled
config parameter for getArchivedLogsURL
v2.0.7
RSLogger
performance improvements