GitHub - CodeInventorGroup/CIComponentKit: CIComponentKit

Building...

Installation

CocoaPods

platform :ios, '8.0'
use_frameworks!
target '<Your Target Name>' do
    pod 'CIComponentKit'
end

Carthage

github "CodeInventorGroup/CIComponentKit"

Introduction examples

CICHUD

CICHUD:

let poem = """
            If by life you were deceived, 
            Don't be dismal, don't be wild! 
            In the day of grief, be mild 
            Merry days will come, believe. 
            Heart is living in tomorrow; 
            Present is dejected here; 
            In a moment, passes sorrow; 
            That which passes will be dear
          """
CICHUD.showGuide("If by life you were deceived", message: poem, animated: true)