909 B
909 B
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.
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'
# ...