ADUtils is a set of helpers, shortcuts or other tools providing simplified interactions with UIKit and SwiftUI.
Dynamic type
support (src)UserDefaults
storage (src)UIView
(particularly UITableViewCell
) size computation (src) (src)UserDefaults
with a key stored inside the Keychain
(src)CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
To integrate ADUtils into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target '<Your Target Name>' do
pod 'ADUtils', '~> 10.0'
end
The defaults subspec in ADUtils
encompass swift and objective C regular toolbox, to add the security toolbox specifying ADUtils/Security
is necessary.
Then, run the following command:
$ pod install
ADUtils is owned and maintained by Fabernovel. You can follow us on Twitter at @Fabernovel.
ADUtils is released under the MIT license. See LICENSE for details.
link |
Stars: 33 |
Last commit: 6 hours ago |
Updated
UIImage.ad_filled
.Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics