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
:
CICHUD.showNotifier
.CICHUD.showAlert
CICHUD.showActivityView
CICHUD.showNetworkStatus
CICHUD.toast("long press to copy~", blurStyle: .extraLight)
CICHUD.show("loading~", blurStyle: .extraLight)
- and you can show a guide page like this
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)