CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.

MLHybrid 0.4.7

MLHybrid 0.4.7

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2018
SPMSupports SPM

Maintained by Nil.



 
Depends on:
SSZipArchive>= 0
NJKWebViewProgress>= 0
Kingfisher>= 0
 

MLHybrid 0.4.7

  • By
  • yang cai

MLHybrid

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS8+

Installation

MLHybrid is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "MLHybrid"

How To Use

You should register MLHybrid in AppDelegate. If you wanna extension hybrid method.You can make a class (e.g. MethodExtension) implement MLHybridMethodProtocol,like this:

MLHybrid.register(sess: "GuU7KeV154f8juslkNWRONyVE3m8Sq9h5nJFpcARiCFIvrMsp6boxDzcYabBwAoM",
                  platform: "i",
                  appName: "medlinker",
                  domain: "medlinker.com",
                  backIndicator: "hybridBack",
                  delegate: MethodExtension())

Author

yang cai, [email protected]

License

MLHybrid is available under the MIT license. See the LICENSE file for more info.