1.4 KiB
1.4 KiB
LeadKit
LeadKit is the iOS framework with a bunch of tools for rapid app development.
Additional
This repository contains the following additional frameworks:
- TIUIKitCore - core ui elements and protocols from LeadKit.
- TITransitions - set of custom transitions to present controller.
- TIUIElements - bunch of of useful protocols and views.
- OTPSwiftView - a fully customizable OTP view.
- TISwiftUtils - a bunch of useful helpers for development.
- TITableKitUtils - Set of helpers for TableKit classes.
- TIFoundationUtils - Set of helpers for Foundation framework classes.
- TIKeychainUtils - Set of helpers for Keychain classes.
Useful docs:
- Semantic Commit Messages - commit message codestyle.
- Snippets - useful commands and scripts for development.
Contributing
- Run following script in framework's folder:
./setup
- Make sure the commit message codestyle is followed. More about Semantic Commit Messages.
Installation
SPM
dependencies: [
.package(url: "https://github.com/TouchInstinct/LeadKit.git", from: "x.y.z"),
],
Cocoapods
source 'https://github.com/TouchInstinct/Podspecs.git'
pod 'TISwiftUtils', 'x.y.z'
pod 'TIFoundationUtils', 'x.y.z'
# ...