MMMCommonUI

Build Test

Small UI-related pieces reused in many components from MMMTemple.

(This is a part of MMMTemple suite of iOS libraries we use at MediaMonks.)

Installation

Podfile:

source 'https://github.com/mediamonks/MMMSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'
...
pod 'MMMCommonUI'

(Use ‘MMMCommonUI/ObjC’ when Swift wrappers are not needed.)

SPM:

.package(url: "https://github.com/mediamonks/MMMCommonUI", .upToNextMajor(from: "3.6.1"))

Usage

TBD