Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 567 Bytes

File metadata and controls

16 lines (10 loc) · 567 Bytes

Trikot.viewmodels swift extensions

  • Easily bind ViewModels to UIKit components

Installation

To use Trikot.viewmodels swift extensions, you must export viewmodels module in your exported framework. See Trikot.patron build.gradle file for a sample use case.

Setup Pod dependency
  ENV['TRIKOT_FRAMEWORK_NAME']='ReplaceMeByTheFrameworkNameImportedByCocoaPods'
  pod 'Trikot/viewmodels', :git => '[email protected]:mirego/trikot.git'

Then, run pod install.