CHProgressSuit 0.0.3

CHProgressSuit 0.0.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2016
SPMSupports SPM

Maintained by Calvin Huang.



  • By
  • Calvin

Migrate to Objective-C project

Accorading Apple's document, you need to Update import statements in your Objective-C code (to #import "ProductModuleName-Swift.h").

#import "CHProgressSuit-Swift.h"

All done! Start to use CHProgressSuit!