Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - endocrimes/Latch: A simple Swift Keychain Wrapper for iOS, watchOS, and OS X.
A simple Swift Keychain Wrapper for iOS, watchOS, and OS X. - endocrimes/Latch
Visit SiteGitHub - endocrimes/Latch: A simple Swift Keychain Wrapper for iOS, watchOS, and OS X.
A simple Swift Keychain Wrapper for iOS, watchOS, and OS X. - endocrimes/Latch
Powered by 0x5a.live ๐
Latch
A simple Swift 2.0 Keychain Wrapper for iOS, watchOS 2, and OS X.
Usage
A proper example of how to use Latch can be seen in the tests.
import Latch
let latch = Latch(service: "co.rocketapps.latch.example")
latch.setObject("super_secret_token", forKey: "FBAccessToken")
let token = latch.stringForKey("FBAccessToken")
print(token)
Documentation
You can find full documentation for Latch here, or use the inline documentation.
Installation
Latch can be installed using CocoaPods, Carthage, or git submodules.
CocoaPods
- Add
pod "Latch"
to your podfile - Run
pod install
Carthage
- Add
github "endocrimes/Latch"
to your Cartfile $ carthage update
- Copy the frameworks into your Xcode project
Git Submodules
$ git submodule add https://github.com/endocrimes/Latch.git
$ git submodule update --init --recursive
- Add the project
Contributing
Issues
Issues and feature requests are welcome, although the intention is to keep Latch lightweight.
##ย Submitting Pull Requests
- Fork it ( http://github.com/endocrimes/Latch/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Swift Resources
are all listed below.
GitHub - davdroman/TextBuilder: Like a SwiftUI ViewBuilder, but for Text
resource
~/github.com
resource
GitHub - tadejr/ResizingTokenField: A token field implementation for iOS
resource
~/github.com
resource
GitHub - canalesb93/MantleModal: A draggable modal for iOS Applications.
resource
~/github.com
resource
GitHub - okmr-d/DOFavoriteButton: Cute Animated Button written in Swift.
resource
~/github.com
resource
GitHub - gmertk/GMStepper: A stepper with a sliding label in the middle.
resource
~/github.com
resource
GitHub - realm/SwiftLint: A tool to enforce Swift style and conventions.
resource
~/github.com
resource
GitHub - kciter/HorizontalDial: A horizontal scroll dial like Instagram.
resource
~/github.com
resource
GitHub - HeroTransitions/Hero: Elegant transition library for iOS & tvOS
resource
~/github.com
resource
GitHub - Brightify/Cuckoo: Boilerplate-free mocking framework for Swift!
resource
~/github.com
resource
GitHub - maxep/MXParallaxHeader: Simple parallax header for UIScrollView
resource
~/github.com
resource
GitHub - exyte/PopupView: Toasts and popups library written with SwiftUI
resource
~/github.com
resource
GitHub - gkaimakas/SwiftValidators: String (and more) validation for iOS
resource
~/github.com
resource
GitHub - alexliubj/EZAnchor: An easier and faster way to code Autolayout
resource
~/github.com
resource
GitHub - Brightify/Reactant: Reactant is a reactive architecture for iOS
resource
~/github.com
resource
GitHub - Nero5023/CSVParser: A swift package for read and write CSV file
resource
~/github.com
resource
GitHub - andybest/linenoise-swift: A pure Swift replacement for readline
resource
~/github.com
resource
GitHub - s2mr/xc: Open your xcode project with Xcode of specific version
resource
~/github.com
resource
GitHub - marmelroy/Zip: Swift framework for zipping and unzipping files.
resource
~/github.com
resource
GitHub - yonaskolb/Beak: A command line interface for your Swift scripts
resource
~/github.com
resource
GitHub - Polidea/RxBluetoothKit: iOS & OSX Bluetooth library for RxSwift
resource
~/github.com
resource
Made with โค๏ธ
to provide different kinds of informations and resources.