Skip to content

A Framework with common code used in iOS projects.

License

Notifications You must be signed in to change notification settings

indieSoftware/INCommons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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