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

FabricInputPassword 0.1.1

FabricInputPassword 0.1.1

Maintained by xuhaiqing.



  • By
  • haiqing.xu

FabricInputPassword

CI Status Version License Platform

Example

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

Requirements

Installation

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

pod 'FabricInputPassword'

使用

        FabricInputPassword.verify(environment: .release, merId: "", merSysId: "", merUserId: "", merOrderId: "") { url in
            /// 点击找回密码,调用您当前App中跳转H5链接的的方法
        } success: { pwdToken in
            /// 验证密码成功后返回的pwdToken
        }
        

Author

haiqing.xu, [email protected]

License

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