ADUtils is a set of helpers, shortcuts or other tools providing simplified interactions with UIKit and more generally with Swift.
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: 31 |
Last commit: 3 weeks ago |
Created
ADUtils/Security
bundling security related tools.PostInstallationKeychainCleaner
using UserDefaults
to check if keychain has to be wiped at launchSecureArchiver
, leveraging CryptoKit
and the Keychain
to add an encryption layer to UserDefaults
Fixed
backButtonDisplayMode
. ad_hideBackButtonTitle
now uses it.Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics