测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布最后发布 | 2015年11月 |
SPM支持 SPM | ✗ |
由 Andre Teixeira 维护。
Swift 中的 IGNIDATA iOS SDK
在 podfile 中添加 pod 'IgnidataiOSClientSwift'
在您想要显示调查的类中 #import ignidataSurveyPlugin 并添加 IGMainDelegate
创建 IGMainViewController 变量的实例 m = IGMainViewController().initWithPrice(10.0, message: "")
m.modalPresentationStyle = UIModalPresentationStyle.CurrentContext m.delegateSurvey = self
要显示调查 - self.presentViewController(m, animated: false, completion: nil)