CIComponentKit 1.0.2

CIComponentKit 1.0.2

MBNullSafe 维护。



  • ManoBoo 和 NEWWORLD

CIComponentKit Carthage compatible

构建中...

安装

CocoaPods

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

Carthage

github "CodeInventorGroup/CIComponentKit"

简介示例

CICHUD

CICHUD:

  • CICHUD.showNotifier.
  • CICHUD.showAlert
  • CICHUD.showActivityView
  • CICHUD.showNetworkStatus
  • CICHUD.toast("长按以复制~", blurStyle: .extraLight)
  • CICHUD.show("加载中~", blurStyle: .extraLight)
  • 你可以显示一个类似这样的引导页面
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)