/INCommons

A Framework with common code used in iOS projects.

Primary LanguageSwiftMIT LicenseMIT

iOS Version Documentation Coverage License GitHub Tag CocoaPods SPM compatible

GitHub Page

Documentation

INCommons

This library provides common functionalities for every iOS app.

Feature overview

This library provides the following features:

  • Swift extensions and additions.
    • Configuration helps loading a custom configuration plist file with entries like server URLs, tokens, keys, etc.
  • SwiftUI extensions and additions.
    • ShareSheet brings UIActivityViewController to SwiftUI.
  • UIKit extensions and additions.

Installation

To include via CocoaPods add to the Podfile:

pod 'INCommons'

SPM

To include via SwiftPackageManager add the repository:

https://github.com/indieSoftware/INCommons.git

Changelog

See Changelog