Go to file
Ivan Smolin 1fb3ca883b
fix typo
2022-12-15 15:50:12 +05:00
.bundle feat: Change access modifiers in `DefaultJsonNetworkService` from `public` to `open`, added additional Moya plugins processing 2022-04-06 20:57:55 +03:00
.githooks refactor: @petropavel13 comments 2021-01-17 21:37:27 +03:00
LeadKit.xcodeproj Revert "refactor: unable BUILD_LIBRARY_FOR_DISTRIBUTION" 2021-09-08 21:14:47 +03:00
OTPSwiftView feat!: update dependencies and project settings 2021-01-11 23:18:29 +03:00
Sources feat: Update RequestError cases and url passing to them 2022-07-28 14:28:05 +04:00
TIAppleMapUtils fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TIAuth fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TIEcommerce fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TIFoundationUtils fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TIGoogleMapUtils fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TIKeychainUtils fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TILogging fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TIMapUtils fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TIMoyaNetworking fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TINetworking fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TINetworkingCache fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TIPagination fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TISwiftUICore fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TISwiftUtils fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TITableKitUtils fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TITransitions fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TIUIElements fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
TIUIKitCore fix typo 2022-12-15 15:50:12 +05:00
TIYandexMapUtils fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
Tests refactor: PR comments 2021-08-16 13:06:03 +03:00
build-scripts@1f83bf5d08 fix swiftlint issues 2020-01-22 14:10:15 +03:00
docs docs: add Build dependencies for LeadKit.xcodeproj snippet 2021-06-20 23:35:53 +03:00
iOS.playground change project structure and integrate code quality 2017-06-08 17:55:01 +03:00
project-scripts feat: - Added: BaseTextAttributes can now measure text size and provides paragraph style configuration API. 2022-12-03 22:55:08 +03:00
.gitignore feat: Change access modifiers in `DefaultJsonNetworkService` from `public` to `open`, added additional Moya plugins processing 2022-04-06 20:57:55 +03:00
.gitmodules Submodule link fixed 2018-10-24 12:44:37 +03:00
CHANGELOG.md fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
Cartfile fix: podpsec dependecies 2021-09-08 20:37:09 +03:00
Cartfile.resolved fix: podpsec dependecies 2021-09-08 20:37:09 +03:00
Gemfile feat: Change access modifiers in `DefaultJsonNetworkService` from `public` to `open`, added additional Moya plugins processing 2022-04-06 20:57:55 +03:00
Gemfile.lock feat: Change access modifiers in `DefaultJsonNetworkService` from `public` to `open`, added additional Moya plugins processing 2022-04-06 20:57:55 +03:00
LICENSE Initial commit 2016-01-21 22:02:35 +03:00
LeadKit.podspec fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
Package.resolved feat: Network services in TIMoyaNetworking now passes MoyaError in result of EnpointRequest execution. 2022-04-15 14:21:28 +03:00
Package.swift fix: correct detection of the necessity of using attributed string 2022-12-15 14:03:08 +05:00
README.md feat: UITextView now support configuration with BaseTextAttributes 2022-07-18 20:19:02 +03:00
run_swiftlint.sh refactor: update swiftlint to 39.1 2021-01-11 23:26:23 +03:00
setup refactor: @petropavel13 comments 2021-01-17 21:37:27 +03:00

README.md

LeadKit

LeadKit is the iOS framework with a bunch of tools for rapid app development.

This repository contains the following frameworks:

  • TISwiftUtils - a bunch of useful helpers for Swift development.
  • TIFoundationUtils - set of helpers for Foundation framework classes.
  • TIUIKitCore - core ui elements and protocols from LeadKit.
  • TISwiftUICore Core UI elements: protocols, views and helpers.
  • TIUIElements - bunch of of useful protocols and views.
  • OTPSwiftView - a fully customizable OTP view.
  • TITableKitUtils - set of helpers for TableKit classes.
  • TIKeychainUtils - set of helpers for Keychain classes.
  • TIPagination - realisation of paginating items from a data source.
  • TINetworking - Swagger-frendly networking layer helpers.
  • TIMoyaNetworking - Moya + Swagger network service.
  • TIAppleMapUtils - set of helpers for map objects clustering and interacting using Apple MapKit.
  • TIGoogleMapUtils - set of helpers for map objects clustering and interacting using Google Maps SDK.
  • TIYandexMapUtils - set of helpers for map objects clustering and interacting using Yandex Maps SDK.
  • TIAuth - login, registration, confirmation and other related actions

Useful docs:

Contributing

  • Run following script in framework's folder:
./setup

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

Legacy

Code located in root Sources folder and LeadKit.podspec should be treated as legacy and shouldn't be used in newly created projects. Please use TI* modules via SPM or CocoaPods.