要运行示例项目,首先克隆仓库,然后从 Example 目录中运行 pod install
。
DeepLinker 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中。
pod "DeepLinker"
DeepLinker 提供了方便的 API,用于与流行应用集成。
不要浪费时间在 Google 上查找所有这些!只需使用 DeepLinker
。
DeepLinker.Phone.performCall(phoneNumber: "+7-923-233-3243")
DeepLinker.Settings.open()
DeepLinker.Skype.performAction(.call, contact: contactTextField.text!)
一个 API 统治所有
DeepLinker.Maps(latitude: 55.885452, longitude: 37.670545, option: .showPoint).openAppleMaps()
//
DeepLinker.Maps(latitude: 55.885452, longitude: 37.670545, option: .buildRoute).openYandexNavi()
DeepLinker.WebLink.presentSafariViewController(for: self, with: SomeUrl)
Alex Shubin, Interactive Services, [email protected], [email protected]
DeepLinker 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。